mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
L3D
d6d73090c6
+ updated meta info + try to medernize j2 stuff + try to add error to mail subject RESOLVED https://github.com/roles-ansible/ansible_role_restic_archiver/issues/8
14 lines
328 B
Django/Jinja
14 lines
328 B
Django/Jinja
# This file is also designed to create a overview
|
|
# over the restic backup and
|
|
# send it by mail - if wanted
|
|
found_error=false
|
|
cat <<EOT > /tmp/mailcontent
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Restic summary</title>
|
|
</head>
|
|
<body>
|
|
<h1>SUMMARY for Restic BACKUP</h1>
|
|
{{ restic_archiver__additional_mail_msg | default ('') }}
|
|
EOT
|