diff --git a/odroid.yaml b/odroid.yaml index 5e6b6d6..da24d69 100644 --- a/odroid.yaml +++ b/odroid.yaml @@ -112,7 +112,7 @@ - name: Delete old daily backups debug: var=item - with_items: "{{ oldBackups.results | selectattr('files', 'in', path) | list }}" + with_items: "{{ oldBackups.results | map(attribute='files') | list }}" - name: Find old weekly backups find: