From 40d2b357a8eed3dfe89d65022756300c6c929fbd Mon Sep 17 00:00:00 2001 From: Vinay M <63404819+roverflow@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:37:45 +0530 Subject: [PATCH] Fixes gathered state (#529) --- .../targets/iosxr_vrf_interfaces/tests/common/gathered.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/iosxr_vrf_interfaces/tests/common/gathered.yaml b/tests/integration/targets/iosxr_vrf_interfaces/tests/common/gathered.yaml index 86680812..441c6fb2 100644 --- a/tests/integration/targets/iosxr_vrf_interfaces/tests/common/gathered.yaml +++ b/tests/integration/targets/iosxr_vrf_interfaces/tests/common/gathered.yaml @@ -2,6 +2,7 @@ - ansible.builtin.debug: msg: START iosxr_vrf_interfaces gathered integration tests on connection={{ ansible_connection }} +- ansible.builtin.include_tasks: _remove_config.yaml - ansible.builtin.include_tasks: _populate_config.yaml - block: