From 00e7532f661eb7422da72302152e8f76afc6bbd4 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Mon, 28 Apr 2025 07:52:51 +0200 Subject: [PATCH] Use sending emails in hostinger backup. --- hostinger.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hostinger.yaml b/hostinger.yaml index a48d736..1f7c149 100644 --- a/hostinger.yaml +++ b/hostinger.yaml @@ -20,6 +20,13 @@ containers: containers date: ansible_facts.date +- name: Include the email playbook + import_playbook: email.yaml + vars: + backup_location: "/media/backup/docker/" + containers: containers + date: ansible_facts.date + - name: Include the fetch backup playbook import_playbook: fetch-backup.yaml vars: