mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Fix platform agnostic net_user integration test fail (#25649)
* Fix platform agnostic net_user integration test fail * Fix minor issue in eos integration test
This commit is contained in:
parent
f65ced0438
commit
343a709800
2 changed files with 3 additions and 3 deletions
|
@ -15,6 +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_user, when: "limit_to in ['*', eos_user']" }
|
||||
- { 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']" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue