mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-04-21 23:33:35 +00:00
test
This commit is contained in:
parent
59f1e1bd4f
commit
21dcba242b
1 changed files with 2 additions and 0 deletions
2
main.sh
2
main.sh
|
@ -31,9 +31,11 @@ if test -n "$directory"; then
|
|||
cd "$directory"
|
||||
fi
|
||||
|
||||
echo "options before: $options"
|
||||
if test -n "$options"; then
|
||||
options="$(echo "$options" | tr '\n' ' ' | xargs)"
|
||||
fi
|
||||
echo "options after: $options"
|
||||
|
||||
if test -n "$inventory"; then
|
||||
echo "==> Setting inventory"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue