mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
main: don't print inventory
This commit is contained in:
parent
5240df9b51
commit
2be8c5b7f9
1 changed files with 0 additions and 1 deletions
1
main.sh
1
main.sh
|
@ -38,7 +38,6 @@ fi
|
||||||
if test -n "$inventory"; then
|
if test -n "$inventory"; then
|
||||||
echo "==> Setting inventory"
|
echo "==> Setting inventory"
|
||||||
echo "$inventory" > "$inventory_file"
|
echo "$inventory" > "$inventory_file"
|
||||||
cat $inventory_file
|
|
||||||
options="$options --inventory $inventory_file"
|
options="$options --inventory $inventory_file"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue