Skip to content

Commit

Permalink
fix: add password file
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Dec 20, 2024
1 parent 0a3e400 commit f51feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/ansible-playbook
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ ANSIBLE_SLACK_CMD=`printf "%q " "$0" "$@"`
ANSIBLE_SLACK_CMD="${ANSIBLE_SLACK_CMD% }" # strip trailing whitespace
export ANSIBLE_SLACK_CMD

ansible localhost --module-name include_role --args name=notify-slack
ansible localhost --module-name include_role --args name=notify-slack --vault-password-file password-pipe
ansible-playbook "$@"

0 comments on commit f51feb3

Please sign in to comment.