diff --git a/main.sh b/main.sh index b4139b7..395b7cb 100755 --- a/main.sh +++ b/main.sh @@ -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