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

remove autorun of scripts/ansible

This commit is contained in:
Jerry Vonau 2017-09-28 11:00:05 -05:00
parent fd1fb25d06
commit ae1a64a970

View file

@ -1,5 +1,5 @@
#!/bin/bash -e
./scripts/ansible
# ./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