diff --git a/ansible/ansible-playbook b/ansible/ansible-playbook index ffbc990..3b02bae 100755 --- a/ansible/ansible-playbook +++ b/ansible/ansible-playbook @@ -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 "$@"