1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00

main: trim whitespace in options

This commit is contained in:
Dawid Dziurla 2020-04-07 00:06:51 +02:00 committed by GitHub
parent 6befc53422
commit 3f717ecb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ if test -n "$directory"; then
fi fi
if test -n "$options"; then if test -n "$options"; then
options="$(echo "$options" | tr '\n' ' ')" options="$(echo "$options" | tr '\n' ' ' | xargs)"
fi fi
if test -n "$inventory"; then if test -n "$inventory"; then