From d757b989a3bd0ecc2ee114ca8315db3a5ad6b43c Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 24 Feb 2024 10:39:50 +0100 Subject: [PATCH] Update attachment string. --- strato-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strato-production.yaml b/strato-production.yaml index 7567126..e9959a5 100644 --- a/strato-production.yaml +++ b/strato-production.yaml @@ -67,7 +67,7 @@ subject: Datenbank Backup body: System {{ ansible_hostname }} has been successfully provisioned. attach: - - {{ backup_dir }}/{{ item }}/db-{{ ansible_date_time.iso8601_basic_short }}.sql.gz + - "{{ backup_dir }}/{{ item }}/db-{{ ansible_date_time.iso8601_basic_short }}.sql.gz" delegate_to: localhost when: item.value.email is defined loop: "{{ lookup('dict', customers) }}"