mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
runtags needs tags= adjustment
This commit is contained in:
parent
2fc670a885
commit
8c91f4075c
1 changed files with 2 additions and 2 deletions
4
runtags
4
runtags
|
@ -36,7 +36,7 @@ found="N"
|
||||||
|
|
||||||
for tag in $tags
|
for tag in $tags
|
||||||
do
|
do
|
||||||
if [ "$tag" == "prep" ]
|
if [ "$tag" == "netvars" ]
|
||||||
then
|
then
|
||||||
found="Y"
|
found="Y"
|
||||||
fi
|
fi
|
||||||
|
@ -48,7 +48,7 @@ taglist=$1
|
||||||
|
|
||||||
if [ "$found" == "N" ]
|
if [ "$found" == "N" ]
|
||||||
then
|
then
|
||||||
taglist="prep,"$taglist
|
taglist="netvars,"$taglist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export ANSIBLE_LOG_PATH="$XSCE_DIR/iiab-debug.log"
|
export ANSIBLE_LOG_PATH="$XSCE_DIR/iiab-debug.log"
|
||||||
|
|
Loading…
Reference in a new issue