From 6747e2a01364112e8d4c5e7b3e2a811597807365 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 18 Nov 2021 11:56:06 +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 d3264fc..da24d69 100644 --- a/odroid.yaml +++ b/odroid.yaml @@ -112,7 +112,7 @@ - name: Delete old daily backups debug: var=item - with_items: "{{ oldBackups.results | map(attribute='files') | list | map(attribute='path') | list }}" + with_items: "{{ oldBackups.results | map(attribute='files') | list }}" - name: Find old weekly backups find: