From f2f44ef4942c1700e19b98ff7bf69b0eef340044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Andrade?= Date: Mon, 13 May 2024 15:22:29 +0300 Subject: [PATCH] Truthy consistency --- tasks/ipsecphase1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ipsecphase1.yml b/tasks/ipsecphase1.yml index 24f05ad..0b6407e 100644 --- a/tasks/ipsecphase1.yml +++ b/tasks/ipsecphase1.yml @@ -98,7 +98,7 @@ path: "{{ local_config_path }}" xpath: "/opnsense/ipsec/phase2[ikeid='{{ ikeid }}' and uniqid='{{ item.uniqid }}']" state: absent - pretty_print: yes + pretty_print: true when: item.uniqid not in ipsecphasevar.phase2 with_items: "{{ phase2ikeiduniqid_all.matches }}"