From 267a260e90d759dca67761b00a7392649bd5cd76 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 9 Oct 2025 07:48:52 -0700 Subject: [PATCH] Use hyphen not underscore for timestamp. --- 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 8e9631c..f8a4151 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -775,7 +775,7 @@ alias ansible-facts='ansible localhost -m setup --connection=local' function_now: | function now { - date "+%Y%m%d_%H%M%S" + date "+%Y%m%d-%H%M%S" } function today { date "+%Y%m%d"