Merge pull request #1263 from rh-dluong/date-format

change date format to avoid :
This commit is contained in:
Hao Liu
2023-03-08 15:58:58 -05:00
committed by GitHub

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: