mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +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
|
||||
do
|
||||
if [ "$tag" == "prep" ]
|
||||
if [ "$tag" == "netvars" ]
|
||||
then
|
||||
found="Y"
|
||||
fi
|
||||
|
@ -48,7 +48,7 @@ taglist=$1
|
|||
|
||||
if [ "$found" == "N" ]
|
||||
then
|
||||
taglist="prep,"$taglist
|
||||
taglist="netvars,"$taglist
|
||||
fi
|
||||
|
||||
export ANSIBLE_LOG_PATH="$XSCE_DIR/iiab-debug.log"
|
||||
|
|
Loading…
Reference in a new issue