summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_firewall_interfaces/tests/cli/gathered.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/targets/vyos_firewall_interfaces/tests/cli/gathered.yaml')
-rw-r--r--tests/integration/targets/vyos_firewall_interfaces/tests/cli/gathered.yaml7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/integration/targets/vyos_firewall_interfaces/tests/cli/gathered.yaml b/tests/integration/targets/vyos_firewall_interfaces/tests/cli/gathered.yaml
index 2593a67..145ad73 100644
--- a/tests/integration/targets/vyos_firewall_interfaces/tests/cli/gathered.yaml
+++ b/tests/integration/targets/vyos_firewall_interfaces/tests/cli/gathered.yaml
@@ -1,8 +1,6 @@
---
- debug:
- msg:
- START vyos_firewall_interfaces gathered integration tests on connection={{
- ansible_connection }}
+ msg: START vyos_firewall_interfaces gathered integration tests on connection={{ ansible_connection }}
- include_tasks: _remove_config.yaml
@@ -22,8 +20,7 @@
- name: Assert that gathered dicts was correctly generated
assert:
that:
- - "{{ populate | symmetric_difference(result['gathered']) |length == 0\
- \ }}"
+ - "{{ populate | symmetric_difference(result['gathered']) |length == 0 }}"
- name: Gather the existing running configuration (IDEMPOTENT)
register: result