main: don't set ANSIBLE_PRIVATE_KEY_FILE

This commit is contained in:
Dawid Dziurla 2020-03-22 12:55:30 +01:00
parent 369129beaf
commit 11bc4204d5
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -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