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