Fix nxos_linkagg tests (#36175)

This commit is contained in:
Mike Wiebe 2018-02-14 23:18:18 -05:00 committed by Trishna Guha
parent b1263c34e8
commit 787114462e

View file

@ -26,6 +26,7 @@
- no channel-group 20
provider: "{{ connection }}"
parents: "{{ item }}"
ignore_errors: yes
loop:
- "interface {{ testint1 }}"
- "interface {{ testint2 }}"
@ -181,6 +182,7 @@
- no channel-group 20
provider: "{{ connection }}"
parents: "{{ item }}"
ignore_errors: yes
loop:
- "interface {{ testint1 }}"
- "interface {{ testint2 }}"