mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-01 22:35:47 -06:00
main: test if options could be passed as they are
This commit is contained in:
parent
fa2afcbd6b
commit
81e4726d4b
4
main.sh
4
main.sh
@ -18,11 +18,11 @@ if test -n "$key"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "$options"; then
|
if test -n "$options"; then
|
||||||
options="$(echo "$options" | tr '\n' ' ')"
|
#options="$(echo "$options" | tr '\n' ' ')"
|
||||||
echo "OPTIONS: $options"
|
echo "OPTIONS: $options"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export ANSIBLE_HOST_KEY_CHECKING=False
|
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||||
export ANSIBLE_FORCE_COLOR=True
|
export ANSIBLE_FORCE_COLOR=True
|
||||||
|
|
||||||
ansible-playbook "$options" "$playbook"
|
ansible-playbook $options $playbook
|
Loading…
x
Reference in New Issue
Block a user