Fix backup directory.
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
|
||||
- name: Search for the created backups
|
||||
find:
|
||||
paths: "{{ backup_dir }}{{ item }}"
|
||||
paths: "{{ backup_dir }}/{{ item }}"
|
||||
file_type: file
|
||||
patterns: '*.gz'
|
||||
recurse: false
|
||||
|
||||
Reference in New Issue
Block a user