mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-04 00:01:30 -07:00
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
|
- no channel-group 20
|
||||||
provider: "{{ connection }}"
|
provider: "{{ connection }}"
|
||||||
parents: "{{ item }}"
|
parents: "{{ item }}"
|
||||||
|
ignore_errors: yes
|
||||||
loop:
|
loop:
|
||||||
- "interface {{ testint1 }}"
|
- "interface {{ testint1 }}"
|
||||||
- "interface {{ testint2 }}"
|
- "interface {{ testint2 }}"
|
||||||
|
@ -181,6 +182,7 @@
|
||||||
- no channel-group 20
|
- no channel-group 20
|
||||||
provider: "{{ connection }}"
|
provider: "{{ connection }}"
|
||||||
parents: "{{ item }}"
|
parents: "{{ item }}"
|
||||||
|
ignore_errors: yes
|
||||||
loop:
|
loop:
|
||||||
- "interface {{ testint1 }}"
|
- "interface {{ testint1 }}"
|
||||||
- "interface {{ testint2 }}"
|
- "interface {{ testint2 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue