1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Update iiab-install

This commit is contained in:
A Holt 2017-11-08 18:53:56 -05:00 committed by GitHub
parent 2d754eb62b
commit 510fe4aab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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