mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
New eos_vrf module (#25427)
* New eos_vrf module * Add CLI integration tests * Check rd only if not None
This commit is contained in:
committed by
GitHub
parent
bf0d0274cf
commit
d83f254bb6
@@ -15,5 +15,6 @@
|
||||
- { role: eos_facts, when: "limit_to in ['*', 'eos_facts']" }
|
||||
- { role: eos_eapi, debug: yes, when: "limit_to in ['*', 'eos_eapi']" }
|
||||
- { role: eos_system, debug: yes, when: "limit_to in ['*', 'eos_system']" }
|
||||
- { role: eos_vlan, debug: yes, when: "limit_to in ['*', 'eos_vlan']" }
|
||||
- { role: eos_user, when: "limit_to in ['*', eos_user']" }
|
||||
- { role: eos_vlan, debug: yes, when: "limit_to in ['*', 'eos_vlan']" }
|
||||
- { role: eos_vrf, debug: yes, when: "limit_to in ['*', 'eos_vrf']" }
|
||||
|
||||
Reference in New Issue
Block a user