Fix quotes on ios_ping test (#32131)

pull/32134/merge
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent d686c3b4d4
commit ca115b0a8e

@ -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…
Cancel
Save