Further working with variables.

This commit is contained in:
2021-11-18 11:58:30 +01:00
parent 6747e2a013
commit 17b11458cb

View File

@@ -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