1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-03 23:07:06 +00:00

Fix ios_command fix

This is not valid YAML commands. So fix it.
This commit is contained in:
moyashiki 2016-03-02 22:13:03 +09:00 committed by Matt Clay
parent 0bd95d0f2d
commit 96ce498b77

View file

@ -79,9 +79,9 @@ EXAMPLES = """
- "result[0] contains IOS"
- ios_command:
commands:
- show version
- show interfaces
commands:
- show version
- show interfaces
"""