Commit 41fa3765 authored by rjshrjndrn's avatar rjshrjndrn
Browse files

Issue #000 fixing: archive name

parent ef08edc8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -13,7 +13,7 @@
- name: archiving snapshot
archive:
path: "{{ prometheus_data_dir }}/data/snapshots/{{ snapshot_name }}"
dest: "/tmp/{{ prometheus_backup_prefix }}_{{ snapshot_name }}"
dest: "/tmp/{{ prometheus_backup_prefix }}_{{ snapshot_name }}.tar.gz"
- name: Deleting snapshot
file:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment