mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
New module aireos_command (#26769)
* Adding ciscowlc_command module and unit tests. * Adding __init__.py for unit test. * Fixing PEP8 W503. * Renaming module from ciscowlc_command to aire_command. * Renaming aire_command to aireos_command.
This commit is contained in:
parent
657ab58139
commit
b8337ee9d3
13 changed files with 931 additions and 1 deletions
|
@ -1243,7 +1243,7 @@ MERGE_MULTIPLE_CLI_TAGS:
|
|||
vars: []
|
||||
yaml: {key: defaults.merge_multiple_cli_tags}
|
||||
NETWORK_GROUP_MODULES:
|
||||
default: [eos, nxos, ios, iosxr, junos, ce, vyos, sros, dellos9, dellos10, dellos6, asa, aruba]
|
||||
default: [eos, nxos, ios, iosxr, junos, ce, vyos, sros, dellos9, dellos10, dellos6, asa, aruba, aireos]
|
||||
desc: 'TODO: write it'
|
||||
env: [{name: NETWORK_GROUP_MODULES}]
|
||||
ini:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue