From 17b78cc36109172bc17adce8f7433416aaa2b654 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 8 Mar 2025 11:19:47 -0700 Subject: [PATCH] Goodbye isn't working anymore, try adding the shopt right before the attempt at `bye`. --- tasks/general/acct_mgmt/users.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 1d8f629..041d771 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -204,6 +204,7 @@ echo "*** Completed Successfully ***" if [[ $goodbye == "Y" ]]; then + shopt -s expand_aliases bye fi