mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
54c64deaab
commit
240de965ee
10 changed files with 168 additions and 6 deletions
|
@ -1,6 +1,9 @@
|
|||
# NXAPI is enabled differently on NX-OS platforms.
|
||||
# Try both commands to enable NXAPI and ignore any errors.
|
||||
- name: enable nxapi on remote device
|
||||
nxos_nxapi:
|
||||
http: yes
|
||||
sandbox: yes
|
||||
state: present
|
||||
nxos_config:
|
||||
lines:
|
||||
- feature cli
|
||||
- feature cli sandbox
|
||||
provider: "{{ cli }}"
|
||||
ignore_errors: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue