diff --git a/main.sh b/main.sh index 7e59c9b..b4139b7 100755 --- a/main.sh +++ b/main.sh @@ -18,11 +18,11 @@ if test -n "$key"; then fi if test -n "$options"; then - options="$(echo "$options" | tr '\n' ' ')" + #options="$(echo "$options" | tr '\n' ' ')" echo "OPTIONS: $options" fi export ANSIBLE_HOST_KEY_CHECKING=False export ANSIBLE_FORCE_COLOR=True -ansible-playbook "$options" "$playbook" \ No newline at end of file +ansible-playbook $options $playbook \ No newline at end of file