Fix eos_vrf integration test failures (#36893) (#36896)

(cherry picked from commit 5c2a1a6124)
pull/36899/head
Ganesh Nalawade 7 years ago committed by GitHub
parent dce80b1364
commit a275a39299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save