mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix eos_vrf integration test failures (#36893)
This commit is contained in:
parent
41d75783b5
commit
5c2a1a6124
1 changed files with 12 additions and 0 deletions
|
@ -202,6 +202,18 @@
|
||||||
- "result.changed == false"
|
- "result.changed == false"
|
||||||
- "result.commands | length == 0"
|
- "result.commands | length == 0"
|
||||||
|
|
||||||
|
- name: setup - remove vrf
|
||||||
|
eos_vrf:
|
||||||
|
name: "{{ item }}"
|
||||||
|
state: absent
|
||||||
|
authorize: yes
|
||||||
|
provider: "{{ cli }}"
|
||||||
|
become: yes
|
||||||
|
with_items:
|
||||||
|
- test1
|
||||||
|
- test2
|
||||||
|
- test3
|
||||||
|
|
||||||
- name: Create aggregate of VRFs
|
- name: Create aggregate of VRFs
|
||||||
eos_vrf:
|
eos_vrf:
|
||||||
aggregate:
|
aggregate:
|
||||||
|
|
Loading…
Reference in a new issue