1
0
Fork 0
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:
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 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"