From 8f0ff03130ecb5604c2fba2951dc92ae0b53dd85 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 24 Apr 2025 16:39:04 +0200 Subject: [PATCH] Use correct variable syntax. --- hostinger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hostinger.yaml b/hostinger.yaml index 5336f54..486c568 100644 --- a/hostinger.yaml +++ b/hostinger.yaml @@ -13,7 +13,7 @@ vars: backup_location: "/media/backup/docker/" containers: containers - date: {{ ansible_date_time.iso8601_basic_short }} + date: "{{ ansible_date_time.iso8601_basic_short }}"" - name: Include the fetch backup playbook import_playbook: fetch-backup.yaml @@ -21,4 +21,4 @@ local_backup: "/home/semaphore/backup/" backup_location: "/media/backup/docker/" containers: containers - date: {{ ansible_date_time.iso8601_basic_short }} + date: "{{ ansible_date_time.iso8601_basic_short }}"