Skip to content

Commit

Permalink
Merge pull request #1263 from rh-dluong/date-format
Browse files Browse the repository at this point in the history
change date format to avoid :
  • Loading branch information
TheRealHaoLiu authored Mar 8, 2023
2 parents 03e3b68 + 61ef5ef commit 9156909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/backup/tasks/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9156909

Please sign in to comment.