1
0
Fork 0
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:
Jerry Vonau 2017-09-19 23:22:03 -05:00
parent 2fc670a885
commit 8c91f4075c

View file

@ -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"