From 03b9f7e1b25fd14e88617528946aa699bf476263 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 9 Oct 2025 07:48:27 -0700 Subject: [PATCH] Add function for just the date. --- tasks/general/acct_mgmt/users.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 46b2a3c..8e9631c 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -777,6 +777,9 @@ function now { date "+%Y%m%d_%H%M%S" } + function today { + date "+%Y%m%d" + } function_backup: | function backup { EXTRA="$1"