From 36026d33a969c1ca7424d551d3906816b253fe8f Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 21 Mar 2020 17:17:56 +0100 Subject: [PATCH] main: yep, options could be passed as they are just print them + playbook --- main.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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