Skip to content

Commit

Permalink
fix: Correct conditional check for Ansible managed comments in PSA co…
Browse files Browse the repository at this point in the history
…nfig task
  • Loading branch information
ismoilovdevml authored Sep 7, 2024
1 parent 95bd278 commit a0ab166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
path: "/etc/rancher/rke2/pod-security-admission-config.yaml"
state: absent
when:
- ansible_managed_check.changed | bool is false
- ansible_managed_check.changed | bool

0 comments on commit a0ab166

Please sign in to comment.