summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_route_maps/tests/cli/rtt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/targets/vyos_route_maps/tests/cli/rtt.yaml')
-rw-r--r--tests/integration/targets/vyos_route_maps/tests/cli/rtt.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/integration/targets/vyos_route_maps/tests/cli/rtt.yaml b/tests/integration/targets/vyos_route_maps/tests/cli/rtt.yaml
index 5c54c23..6b1616b 100644
--- a/tests/integration/targets/vyos_route_maps/tests/cli/rtt.yaml
+++ b/tests/integration/targets/vyos_route_maps/tests/cli/rtt.yaml
@@ -33,8 +33,7 @@
weight: 4
state: merged
- - become: true
- vyos.vyos.vyos_facts:
+ - vyos.vyos.vyos_facts:
gather_network_resources: route_maps
- assert:
@@ -65,7 +64,6 @@
weight: 4
- name: Revert back to base config using facts round trip
- become: true
register: revert
vyos.vyos.vyos_route_maps:
config: "{{ ansible_facts['network_resources']['route_maps'] }}"