1
0
Fork 0
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:
Ricardo Carrillo Cruz 2017-10-25 14:16:28 +02:00 committed by GitHub
parent d686c3b4d4
commit ca115b0a8e

View file

@ -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