Correction of variable include and point to docker volume.
This commit is contained in:
@@ -5,9 +5,10 @@
|
|||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include_vars: vars/odroid/variable.yaml
|
- include_vars: vars/semaphore/variable.yaml
|
||||||
|
|
||||||
- name: Search for backup directories
|
- name: Search for backup directories
|
||||||
|
become: yes
|
||||||
find:
|
find:
|
||||||
paths: "{{ local_backup }}"
|
paths: "{{ local_backup }}"
|
||||||
file_type: directory
|
file_type: directory
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
local_backup: /home/semaphore/backup
|
local_backup: /var/lib/docker/volumes/semaphore/_data/backup/
|
||||||
|
|||||||
Reference in New Issue
Block a user