main: trim newlines from command

This commit is contained in:
Dawid Dziurla 2020-04-06 23:51:22 +02:00 committed by GitHub
parent b870361b37
commit 9f87a197cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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