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:
parent
fd1fb25d06
commit
ae1a64a970
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue