change date format to avoid :

This commit is contained in:
David Luong
2023-03-02 13:54:00 -05:00
parent 86043361c6
commit 61ef5ef005

View File

@@ -50,7 +50,7 @@
- name: Determine the timestamp for the backup once for all nodes
set_fact:
now: '{{ lookup("pipe", "date +%F-%T") }}'
now: '{{ lookup("pipe", "date +%F-%H%M%S") }}'
- name: Set backup directory name
set_fact: