1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 07:26:25 +00:00

main: yep, options could be passed as they are

just print them + playbook
This commit is contained in:
Dawid Dziurla 2020-03-21 17:17:56 +01:00
parent 81e4726d4b
commit 36026d33a9
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -17,10 +17,8 @@ if test -n "$key"; then
chmod 400 ~/.ssh/id_rsa
fi
if test -n "$options"; then
#options="$(echo "$options" | tr '\n' ' ')"
echo "OPTIONS: $options"
fi
echo "$options"
echo "$playbook"
export ANSIBLE_HOST_KEY_CHECKING=False
export ANSIBLE_FORCE_COLOR=True