Skip to content

Commit

Permalink
[noissue] change date format to avoid ':'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtluong committed Apr 12, 2023
1 parent 18b372a commit 2080b97
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 @@ -54,7 +54,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 2080b97

Please sign in to comment.