diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 8da4e2c..ab3824e 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -157,18 +157,7 @@ # 20251201 - Add colors. # This helps to determine the color palette numbers: # https://robotmoon.com/bash-prompt-generator/ - PURPLE=`tput setaf 5` - ORANGE=`tput setaf 214` - GREEN=`tput setaf 2` - - RED=`tput setaf 9` - SCARLET=`tput setaf 1` - YELLOW=`tput setaf 226` # 11 does not seem to work - - GRAY=`tput setaf 8` - - RESET=`tput sgr0` - BOLD=`tput bold` + # Colors have been moved to env-shared project's .rc_shared file. if [[ "$USER" == "root" || $UID == 0 ]]; then CLR_BRACKETS=$BOLD$YELLOW