Skip to content

Commit

Permalink
main: don't set ANSIBLE_PRIVATE_KEY_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Mar 22, 2020
1 parent 369129b commit 11bc420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ echo "$playbook"

export ANSIBLE_HOST_KEY_CHECKING=False
export ANSIBLE_FORCE_COLOR=True
export ANSIBLE_PRIVATE_KEY_FILE="$HOME/.ssh/id_rsa"

ansible-playbook $options $playbook

0 comments on commit 11bc420

Please sign in to comment.