From af3c665a4350940d78b97aecfb011962302ad1dd Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 20 Dec 2025 19:50:51 -0700 Subject: [PATCH] Do not fail if no functions exist yet. --- 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 b3b4a8c..699bccc 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1272,6 +1272,7 @@ - name: General | Account Management | Users | Files | Helper Functions (Reset) shell: "rm -v {{ global_bin }}/*.function" + ignore_errors: yes - name: General | Account Management | Users | Files | Helper Functions copy: