Skip to content

Commit

Permalink
fix: Correct conditional check for PSA config in add-pod-security-adm…
Browse files Browse the repository at this point in the history
…ission task
  • Loading branch information
ismoilovdevml authored Sep 7, 2024
1 parent 153a11f commit 95bd278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
state: present
check_mode: yes
register: ansible_managed_check
when: stat_result.stat.exists | bool is true
when: stat_result.stat.exists | bool

- name: Remove the PSA config file if exists and has ansible managed comments
ansible.builtin.file:
Expand Down

0 comments on commit 95bd278

Please sign in to comment.