From 8c91f4075cb36abeb80aec6e4b849156e67e59ad Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Tue, 19 Sep 2017 23:22:03 -0500 Subject: [PATCH] runtags needs tags= adjustment --- runtags | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtags b/runtags index 933d07a67..ad8bde5e3 100755 --- a/runtags +++ b/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"