We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e944de commit 5a42c71Copy full SHA for 5a42c71
plugins/modules/cp_mgmt_if_map_server.py
@@ -140,10 +140,10 @@
140
authentication_method: certificate_based
141
host: TestHost
142
monitored_ips:
143
- - first_ip: 1.1.1.1
144
- last_ip: 1.1.1.2
145
- - first_ip: 2.1.1.1
146
- last_ip: 2.1.1.2
+ - first_ip: 1.1.1.1
+ last_ip: 1.1.1.2
+ - first_ip: 2.1.1.1
+ last_ip: 2.1.1.2
147
name: TestIfMapServer
148
path: path
149
port: 1
@@ -154,8 +154,8 @@
154
cp_mgmt_if_map_server:
155
host: TestHost2
156
157
- - first_ip: 3.1.1.1
158
- last_ip: 3.1.1.2
+ - first_ip: 3.1.1.1
+ last_ip: 3.1.1.2
159
160
path: newPath
161
port: 2
0 commit comments