Skip to content

Commit

Permalink
refactor: adjust timestamp in snapshot/backup description
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Jun 29, 2024
1 parent ccdb258 commit bbf30b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
backup_type: 'snapshot'

# Description of the snapshot/backup
backup_description: "{{ inventory_hostname }} {{ now(fmt='%Y-%m-%d-%H:%M:%S') }}"
backup_description: "{{ inventory_hostname }} {{ now(fmt='%Y-%m-%d %H:%M:%S') }}"

# List of labels of the snapshot/backup
# Format: key: "value"
Expand Down

0 comments on commit bbf30b4

Please sign in to comment.