mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Validate EXAMPLES as YAML
This commit is contained in:
parent
499d3a1b53
commit
7c00346714
112 changed files with 441 additions and 381 deletions
|
@ -94,7 +94,7 @@ EXAMPLES = """
|
|||
wait_for: result[0] contains Arista
|
||||
|
||||
- name: run multiple commands on remote nodes
|
||||
eos_command:
|
||||
eos_command:
|
||||
commands:
|
||||
- show version
|
||||
- show interfaces
|
||||
|
|
|
@ -104,7 +104,7 @@ EXAMPLES = """
|
|||
lookup_source: Management1
|
||||
|
||||
- name: configure DNS lookup sources with VRF support
|
||||
eos_system:
|
||||
eos_system:
|
||||
lookup_source:
|
||||
- interface: Management1
|
||||
vrf: mgmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue