Fix nxos_linkagg tests (#36175)
This commit is contained in:
parent
b1263c34e8
commit
787114462e
1 changed files with 2 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue