mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix eos_vrf integration test failures (#36893)
This commit is contained in:
@@ -202,6 +202,18 @@
|
||||
- "result.changed == false"
|
||||
- "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
|
||||
eos_vrf:
|
||||
aggregate:
|
||||
|
||||
Reference in New Issue
Block a user