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) }}"