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