mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Fixes nxos_vpc_interface (#25907)
* nxos_vpc_interface fix Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * nxos_vpc_interface unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix state_present Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * add state_present unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * make ansibot happy Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * teardown get_config Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
b82cc8e7cc
commit
3482a6326b
5 changed files with 194 additions and 144 deletions
|
@ -389,7 +389,6 @@ lib/ansible/modules/network/nxos/nxos_system.py
|
|||
lib/ansible/modules/network/nxos/nxos_udld.py
|
||||
lib/ansible/modules/network/nxos/nxos_udld_interface.py
|
||||
lib/ansible/modules/network/nxos/nxos_user.py
|
||||
lib/ansible/modules/network/nxos/nxos_vpc_interface.py
|
||||
lib/ansible/modules/network/nxos/nxos_vrf.py
|
||||
lib/ansible/modules/network/nxos/nxos_vrf_interface.py
|
||||
lib/ansible/modules/network/nxos/nxos_vrrp.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue