Skip to content

Commit 5a42c71

Browse files
authored
Update cp_mgmt_if_map_server.py
1 parent 6e944de commit 5a42c71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugins/modules/cp_mgmt_if_map_server.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
authentication_method: certificate_based
141141
host: TestHost
142142
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
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
147147
name: TestIfMapServer
148148
path: path
149149
port: 1
@@ -154,8 +154,8 @@
154154
cp_mgmt_if_map_server:
155155
host: TestHost2
156156
monitored_ips:
157-
- first_ip: 3.1.1.1
158-
last_ip: 3.1.1.2
157+
- first_ip: 3.1.1.1
158+
last_ip: 3.1.1.2
159159
name: TestIfMapServer
160160
path: newPath
161161
port: 2

0 commit comments

Comments
 (0)