From 72b86db3b9ff9f891f23b8805f089ebccd35a555 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Nov 2020 07:54:19 -0500 Subject: [PATCH] Soften recommendation to edit $LOCAL_VARS_FILE --- runrole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runrole b/runrole index 00c40d97e..201e17ea4 100755 --- a/runrole +++ b/runrole @@ -75,7 +75,7 @@ grep -q "^${ROLE_VAR}_install:\s\+[Ff]alse\b" $LOCAL_VARS_FILE && INSTALL=false grep -q "^${ROLE_VAR}_install:\s\+[Tt]rue\b" $LOCAL_VARS_FILE && INSTALL=true if ! $INSTALL; then echo -e "\e[1m'${ROLE_VAR}_install: True' MUST BE SET!\e[0m\n" - echo -e "Usually it's best to set this in: $LOCAL_VARS_FILE\n" + echo -e "Usually it's best to set variables in: $LOCAL_VARS_FILE\n" echo -n "Just for now, pass '${ROLE_VAR}_install: True' directly to Ansible? [Y/n] " read ans < /dev/tty echo