mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update iiab-install
This commit is contained in:
parent
2d754eb62b
commit
510fe4aab2
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ if [ ! -f ./vars/local_vars.yml ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
echo "Running local playbooks! "
|
||||
echo "Running local playbooks!"
|
||||
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null
|
||||
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
|
||||
|
|
Loading…
Reference in a new issue