Fix quotes on ios_ping test (#32131)
This commit is contained in:
parent
d686c3b4d4
commit
ca115b0a8e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
- name: Get show ip management nterface output
|
- name: Get show ip management nterface output
|
||||||
ios_command:
|
ios_command:
|
||||||
commands:
|
commands:
|
||||||
- show ip interface "{{ management_interface }}" | include Internet address
|
- "show ip interface {{ management_interface }} | include Internet address"
|
||||||
authorize: yes
|
authorize: yes
|
||||||
register: show_ip_interface_result
|
register: show_ip_interface_result
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue