diff --git a/test/integration/targets/eos_vrf/tests/cli/basic.yaml b/test/integration/targets/eos_vrf/tests/cli/basic.yaml index efcf7210078..7064c25d034 100644 --- a/test/integration/targets/eos_vrf/tests/cli/basic.yaml +++ b/test/integration/targets/eos_vrf/tests/cli/basic.yaml @@ -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: