Change variables.

This commit is contained in:
2021-11-18 11:46:44 +01:00
parent 90677444c3
commit 63ad71a8c5

View File

@@ -111,7 +111,7 @@
loop: "{{ databases }}"
- name: Delete old daily backups
debug: var=path
debug: var=item
with_items: "{{ oldBackups.results | selectattr('files', 'in', path) | list }}"
- name: Find old weekly backups