From 4031be218cbbebd5d64aff2eaf50809c847a4ea2 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 12:08:51 -0700 Subject: [PATCH] Remove colors since they are now shared. --- tasks/general/acct_mgmt/users.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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