Correction of variable include and point to docker volume.

This commit is contained in:
2021-11-23 13:28:41 +01:00
parent 097c7b866a
commit d77ed508d9
2 changed files with 3 additions and 2 deletions

View File

@@ -5,9 +5,10 @@
gather_facts: true
tasks:
- include_vars: vars/odroid/variable.yaml
- include_vars: vars/semaphore/variable.yaml
- name: Search for backup directories
become: yes
find:
paths: "{{ local_backup }}"
file_type: directory

View File

@@ -1 +1 @@
local_backup: /home/semaphore/backup
local_backup: /var/lib/docker/volumes/semaphore/_data/backup/