From ec22eacbdba22296ea2c8a1f08b819a2606e381f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 12:23:49 -0700 Subject: [PATCH] Move the import of shared RC up so that variables are available. --- tasks/general/acct_mgmt/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index ab3824e..4cc76d0 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1142,6 +1142,7 @@ export domain="{{ domain }}" {{ export_path_additions }} + {{ source_shared }} {{ alias_cp }} {{ alias_mv }} {{ alias_rm }} @@ -1206,7 +1207,6 @@ {{ alias_flatpak_clean }} {{ alias_commit }} {{ function_loop }} - {{ source_shared }} - name: General | Account Management | Users | Files | .bashrc blockinfile: