Check backup variable.

This commit is contained in:
2021-11-18 10:37:42 +01:00
parent 0c6291c9b8
commit 327884aa78

View File

@@ -109,6 +109,8 @@
register: oldBackups register: oldBackups
loop: "{{ databases }}" loop: "{{ databases }}"
- debug: var=oldBackups
- name: Delete old daily backups - name: Delete old daily backups
file: file:
path: "{{ item.path }}" path: "{{ item.path }}"