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"