From d6ab0d5bb2904e8f1f3b40be35a199850fe72a12 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 24 Feb 2024 11:58:30 +0100 Subject: [PATCH] Use meaningful email body. --- strato-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strato-production.yaml b/strato-production.yaml index ee89f5f..1acdb0f 100644 --- a/strato-production.yaml +++ b/strato-production.yaml @@ -66,7 +66,7 @@ password: "{{ mail_password }}" to: "{{ item.value.email }}" subject: Datenbank Backup - body: System {{ ansible_hostname }} has been successfully provisioned. + body: Backup der Anwendung wurde erstellt. attach: - "{{ backup_dir }}/{{ item.key }}/db-{{ ansible_date_time.iso8601_basic_short }}.sql.gz" when: item.value.email is defined