mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Idempotency test for enabled mode nxos_udld_interface (#35031)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -56,6 +56,12 @@
|
||||
|
||||
- assert: *true
|
||||
|
||||
- name: "Conf2 Idempotence"
|
||||
nxos_udld_interface: *conf2
|
||||
register: result
|
||||
|
||||
- assert: *false
|
||||
|
||||
- name: Remove the config
|
||||
nxos_udld_interface: &remove
|
||||
interface: "{{ intname }}"
|
||||
|
||||
Reference in New Issue
Block a user