Fix missing colons in network module examples (#4778)

This commit is contained in:
Andrew Gaffney
2016-09-10 07:46:30 -06:00
committed by Matt Clay
parent d73fbaaf05
commit bac0c4595c
6 changed files with 14 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ vars:
- name: run show verion on remote devices
eos_command:
commands: show version
provider "{{ cli }}"
provider: "{{ cli }}"
- name: run show version and check to see if output contains Arista
eos_command: