mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-05 08:25:46 -06:00
test
This commit is contained in:
parent
59f1e1bd4f
commit
21dcba242b
2
main.sh
2
main.sh
@ -31,9 +31,11 @@ if test -n "$directory"; then
|
|||||||
cd "$directory"
|
cd "$directory"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "options before: $options"
|
||||||
if test -n "$options"; then
|
if test -n "$options"; then
|
||||||
options="$(echo "$options" | tr '\n' ' ' | xargs)"
|
options="$(echo "$options" | tr '\n' ' ' | xargs)"
|
||||||
fi
|
fi
|
||||||
|
echo "options after: $options"
|
||||||
|
|
||||||
if test -n "$inventory"; then
|
if test -n "$inventory"; then
|
||||||
echo "==> Setting inventory"
|
echo "==> Setting inventory"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user