mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
main: don't set ANSIBLE_PRIVATE_KEY_FILE
This commit is contained in:
parent
369129beaf
commit
11bc4204d5
1 changed files with 0 additions and 1 deletions
1
main.sh
1
main.sh
|
@ -25,6 +25,5 @@ echo "$playbook"
|
||||||
|
|
||||||
export ANSIBLE_HOST_KEY_CHECKING=False
|
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||||
export ANSIBLE_FORCE_COLOR=True
|
export ANSIBLE_FORCE_COLOR=True
|
||||||
export ANSIBLE_PRIVATE_KEY_FILE="$HOME/.ssh/id_rsa"
|
|
||||||
|
|
||||||
ansible-playbook $options $playbook
|
ansible-playbook $options $playbook
|
Loading…
Reference in a new issue