mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
15 lines
251 B
Django/Jinja
15 lines
251 B
Django/Jinja
cat <<EOT >> /tmp/mailcontent
|
|
<br/><br/><br/>
|
|
<br/><br/><br/>
|
|
<br/><br/><br/>
|
|
<code>
|
|
<pre>
|
|
$(df -h)
|
|
</pre>
|
|
</code>
|
|
</body>
|
|
</html>
|
|
EOT
|
|
|
|
|
|
mail -a "Content-type: text/html" -s "restic backup report" {{ restic_archiver__mailaddress }} < /tmp/mailcontent
|