Skip to content

Commit

Permalink
Truthy consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
João Andrade authored and zerwes committed May 29, 2024
1 parent 7a546e9 commit f2f44ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ipsecphase1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down

0 comments on commit f2f44ef

Please sign in to comment.