|
|
@ -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 }}"
|
|
|
|