From 07cb86338d6e831886124c58612517972c4a4828 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 24 Apr 2025 11:51:26 +0200 Subject: [PATCH] Dealing with variables. --- minisforum.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minisforum.yaml b/minisforum.yaml index 8908664..6fdb0c0 100644 --- a/minisforum.yaml +++ b/minisforum.yaml @@ -13,5 +13,5 @@ - name: Include a play after another play import_playbook: docker-backup.yaml vars: - backup_location: "{{ backup_location }}" - containers: "{{ containers }}" + backup_location: backup_location + containers: containers