nxos_igmp_interface: fix regression test failure (#64286)

This commit is contained in:
Chris Van Heuveln 2019-11-09 23:26:10 -05:00 committed by Nilashish Chakraborty
parent 2be04e2bd6
commit d5e30be686

View file

@ -25,7 +25,7 @@
ignore_errors: yes
- block:
- name: put interface in L3 and enable PIM
nxos_config:
commands:
@ -188,5 +188,6 @@
feature: pim
provider: "{{ connection }}"
state: disabled
ignore_errors: yes
- debug: msg="END connection={{ ansible_connection }} nxos_igmp_interface sanity test"