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

init -> 0-init

This commit is contained in:
A Holt 2017-10-26 20:46:01 -04:00 committed by GitHub
parent 4ab0f3a50e
commit 33b710e0d1

View file

@ -35,7 +35,7 @@ found="N"
for tag in $tags
do
if [ "$tag" == "init" ]
if [ "$tag" == "0-init" ]
then
found="Y"
fi
@ -47,7 +47,7 @@ taglist=$1
if [ "$found" == "N" ]
then
taglist="init,"$taglist
taglist="0-init,"$taglist
fi
export ANSIBLE_LOG_PATH="$CWD/iiab-debug.log"