diff --git a/main.sh b/main.sh index ec7ce01..7e59c9b 100755 --- a/main.sh +++ b/main.sh @@ -17,6 +17,11 @@ 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 + export ANSIBLE_HOST_KEY_CHECKING=False export ANSIBLE_FORCE_COLOR=True