mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix nxos_acl module and add IT tests (#25966)
* Fix nxos_acl module and add IT tests * Add nxos_acl test * Add additional properties to test
This commit is contained in:
committed by
Nathaniel Case
parent
54c64deaab
commit
240de965ee
@@ -20,3 +20,4 @@
|
||||
- { role: nxos_interface, when: "limit_to in ['*', 'nxos_interface']" }
|
||||
- { role: nxos_user, when: "limit_to in ['*', 'nxos_user']" }
|
||||
- { role: nxos_banner, when: "limit_to in ['*', 'nxos_banner']" }
|
||||
- { role: nxos_acl, when: "limit_to in ['*', 'nxos_acl']" }
|
||||
|
||||
Reference in New Issue
Block a user