Merge pull request #3169 from moyashiki/patch-1

Fix "ios_command" doc example
This commit is contained in:
Brian Coca 2016-03-02 08:49:18 -05:00
commit 3a6df7fb20

View file

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