Change variables.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user