Define app data dir in variable

This commit is contained in:
Jake Howard
2020-09-26 21:15:44 +01:00
parent 361a78e8e0
commit a303bed27f
13 changed files with 24 additions and 23 deletions

View File

@ -19,7 +19,7 @@
- name: Install lsyncd config
template:
src: files/lsyncd.lua
dest: /mnt/tank/app-data/gitlab/lsyncd/lsyncd.lua
dest: "{{ app_data_dir }}/gitlab/lsyncd/lsyncd.lua"
mode: "{{ docker_compose_file_mask }}"
owner: "998"
notify: restart gitlab