mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix missing colons in network module examples (#4778)
This commit is contained in:
committed by
Matt Clay
parent
d73fbaaf05
commit
bac0c4595c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user