nxos_igmp_interface: fix regression test failure (#64286)
This commit is contained in:
parent
2be04e2bd6
commit
d5e30be686
1 changed files with 2 additions and 1 deletions
|
@ -188,5 +188,6 @@
|
||||||
feature: pim
|
feature: pim
|
||||||
provider: "{{ connection }}"
|
provider: "{{ connection }}"
|
||||||
state: disabled
|
state: disabled
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- debug: msg="END connection={{ ansible_connection }} nxos_igmp_interface sanity test"
|
- debug: msg="END connection={{ ansible_connection }} nxos_igmp_interface sanity test"
|
||||||
|
|
Loading…
Reference in a new issue