mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
main: trim newlines from command
This commit is contained in:
parent
b870361b37
commit
9f87a197cc
1 changed files with 1 additions and 1 deletions
2
main.sh
2
main.sh
|
@ -46,6 +46,6 @@ fi
|
|||
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||
export ANSIBLE_FORCE_COLOR=True
|
||||
|
||||
echo "[command]ansible-playbook $options $playbook"
|
||||
echo "[command]ansible-playbook $options $playbook" | tr -d '\n'
|
||||
|
||||
ansible-playbook $options $playbook
|
||||
|
|
Loading…
Reference in a new issue