From 17b11458cb6f8ee46f4765ac1a817c27173ce81b Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 18 Nov 2021 11:58:30 +0100 Subject: [PATCH] Further working with variables. --- odroid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odroid.yaml b/odroid.yaml index da24d69..ac4a35e 100644 --- a/odroid.yaml +++ b/odroid.yaml @@ -111,7 +111,7 @@ loop: "{{ databases }}" - name: Delete old daily backups - debug: var=item + debug: var=item.path with_items: "{{ oldBackups.results | map(attribute='files') | list }}" - name: Find old weekly backups