Skip to content

Commit

Permalink
Fix reading existing psk (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot authored May 31, 2024
1 parent 1a25f64 commit d564eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/pr_1246.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- zabbix_agent - Fix reading existing psk
1 change: 1 addition & 0 deletions roles/zabbix_agent/tasks/psk_secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
ansible.builtin.slurp:
src: "{{ zabbix_agent_tlspskfile }}"
register: zabbix_agent_tlspsk_base64
become: true
when:
- zabbix_agent_tlspskcheck.stat.exists
no_log: "{{ ansible_verbosity < 3 }}"
Expand Down

0 comments on commit d564eba

Please sign in to comment.