Skip to content

Commit

Permalink
fix(secrets): fix incorrect ansible_sudo_pass management
Browse files Browse the repository at this point in the history
  • Loading branch information
rudenkornk committed May 3, 2024
1 parent 5503a72 commit 8cd2f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/secrets/tasks/credentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@
ansible.builtin.set_fact:
ansible_sudo_pass: "{{ secrets_pass }}"
no_log: true
when: ansible_user == secrets_user

0 comments on commit 8cd2f03

Please sign in to comment.