Fix backup directory.

This commit is contained in:
2021-11-19 11:28:50 +01:00
parent b52cb880c3
commit aa220f5dd4

View File

@@ -104,7 +104,7 @@
- name: Search for the created backups - name: Search for the created backups
find: find:
paths: "{{ backup_dir }}{{ item }}" paths: "{{ backup_dir }}/{{ item }}"
file_type: file file_type: file
patterns: '*.gz' patterns: '*.gz'
recurse: false recurse: false