From 75db69a7323927a02c872be16bf20dcaa1f57d9b Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 18 Nov 2021 11:09:51 +0100 Subject: [PATCH] Change usage of backup variable. --- odroid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odroid.yaml b/odroid.yaml index 593ef47..998f3e7 100644 --- a/odroid.yaml +++ b/odroid.yaml @@ -112,7 +112,7 @@ - name: Delete old daily backups debug: var=item.path - with_items: "{{ (oldBackups.files | sort(attribute='ctime'))[:-10] | list }}" + with_items: "{{ (oldBackups.results.files | sort(attribute='ctime'))[:-10] | list }}" - name: Find old weekly backups find: