From 8d22603a4e4a0cd83154f92415afaeb278baf2ae Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 24 Apr 2025 16:34:57 +0200 Subject: [PATCH] Use date variable to use it in several playbooks. --- hostinger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hostinger.yaml b/hostinger.yaml index f893496..5336f54 100644 --- a/hostinger.yaml +++ b/hostinger.yaml @@ -13,6 +13,7 @@ vars: backup_location: "/media/backup/docker/" containers: containers + date: {{ ansible_date_time.iso8601_basic_short }} - name: Include the fetch backup playbook import_playbook: fetch-backup.yaml @@ -20,3 +21,4 @@ local_backup: "/home/semaphore/backup/" backup_location: "/media/backup/docker/" containers: containers + date: {{ ansible_date_time.iso8601_basic_short }}