mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-01-10 13:31:41 -07:00
main: trim newlines from command
This commit is contained in:
2
main.sh
2
main.sh
@@ -46,6 +46,6 @@ fi
|
|||||||
export ANSIBLE_HOST_KEY_CHECKING=False
|
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||||
export ANSIBLE_FORCE_COLOR=True
|
export ANSIBLE_FORCE_COLOR=True
|
||||||
|
|
||||||
echo "[command]ansible-playbook $options $playbook"
|
echo "[command]ansible-playbook $options $playbook" | tr -d '\n'
|
||||||
|
|
||||||
ansible-playbook $options $playbook
|
ansible-playbook $options $playbook
|
||||||
|
|||||||
Reference in New Issue
Block a user