Skip to content

Commit

Permalink
issue #69 fix encryption-algorithm-option reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Zerwes authored and Klaus Zerwes committed May 28, 2024
1 parent 55eceee commit 6ea7435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ipsecphase2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
delegate_to: localhost
community.general.xml:
path: "{{ local_config_path }}"
xpath: "/opnsense/ipsec/phase2[ikeid='{{ ikeid }}' and uniqid='{{ uniqid }}']/encryption-algorithm-option"
xpath: "/opnsense/ipsec/phase2[ikeid={{ ikeid }} and uniqid={{ uniqid }}]/encryption-algorithm-option"
state: absent
pretty_print: true
when: encalgopt_reset | default(false)
Expand Down

0 comments on commit 6ea7435

Please sign in to comment.