1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

have runansible execute scripts/ansible

This commit is contained in:
Jerry Vonau 2017-09-27 00:11:15 -05:00
parent aafc29d185
commit f9ad29959e

View file

@ -1,4 +1,5 @@
#!/bin/bash -e
./scripts/ansible
# copy var files to /etc/iiab for subsequent use
# if vars/local_vars.yml is missing, put a default one in place
if [ ! -f ./vars/local_vars.yml ]; then