nxos_igmp_interface: fix regression test failure (#64286)

pull/64645/head
Chris Van Heuveln 6 years ago committed by Nilashish Chakraborty
parent 2be04e2bd6
commit d5e30be686

@ -25,7 +25,7 @@
ignore_errors: yes ignore_errors: yes
- block: - block:
- name: put interface in L3 and enable PIM - name: put interface in L3 and enable PIM
nxos_config: nxos_config:
commands: commands:
@ -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…
Cancel
Save