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

change netvars to 0-init

This commit is contained in:
Jerry Vonau 2017-10-26 10:44:48 -05:00
parent 99633173a4
commit 2d49a1590b
7 changed files with 6 additions and 6 deletions

View file

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