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:
parent
4ab0f3a50e
commit
33b710e0d1
1 changed files with 2 additions and 2 deletions
4
runtags
4
runtags
|
@ -35,7 +35,7 @@ found="N"
|
||||||
|
|
||||||
for tag in $tags
|
for tag in $tags
|
||||||
do
|
do
|
||||||
if [ "$tag" == "init" ]
|
if [ "$tag" == "0-init" ]
|
||||||
then
|
then
|
||||||
found="Y"
|
found="Y"
|
||||||
fi
|
fi
|
||||||
|
@ -47,7 +47,7 @@ taglist=$1
|
||||||
|
|
||||||
if [ "$found" == "N" ]
|
if [ "$found" == "N" ]
|
||||||
then
|
then
|
||||||
taglist="init,"$taglist
|
taglist="0-init,"$taglist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export ANSIBLE_LOG_PATH="$CWD/iiab-debug.log"
|
export ANSIBLE_LOG_PATH="$CWD/iiab-debug.log"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue