Further working with variables.

This commit is contained in:
2021-11-18 12:04:38 +01:00
parent 17b11458cb
commit 5f883e6fdc

View File

@@ -113,6 +113,8 @@
- name: Delete old daily backups
debug: var=item.path
with_items: "{{ oldBackups.results | map(attribute='files') | list }}"
loop_control:
label: "{{ item.path }}"
- name: Find old weekly backups
find: