Use correct backup name for database backups.

This commit is contained in:
2025-04-24 17:02:27 +02:00
parent e0730326b9
commit aaf0796860

View File

@@ -16,7 +16,7 @@
- name: Fetch database backups
fetch:
src: "{{ backup_location }}{{ item[0].name }}/{{ item[1].container }}-{{ date }}.sql"
src: "{{ backup_location }}{{ item[0].name }}/{{ item[1].container }}-{{ date }}.sql.gz"
dest: "{{ local_backup }}{{ item[0].name }}/"
flat: yes
loop: "{{ containers | subelements('database', skip_missing=True) }}"