mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
||||
ios_command:
|
||||
commands:
|
||||
- show ip interface "{{ management_interface }}" | include Internet address
|
||||
- "show ip interface {{ management_interface }} | include Internet address"
|
||||
authorize: yes
|
||||
register: show_ip_interface_result
|
||||
|
||||
|
|
Loading…
Reference in a new issue