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: