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