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