mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix nxos_linkagg tests (#36175)
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user