diff --git a/odroid.yaml b/odroid.yaml index da24d69..d3264fc 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 }}" + with_items: "{{ oldBackups.results | map(attribute='files') | list | map(attribute='path') | list }}" - name: Find old weekly backups find: