Move TT-RSS into ZFS pool

This commit is contained in:
Jake Howard
2020-08-21 15:29:41 +01:00
parent 35266e975d
commit 2866cd0602
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
- name: Install tt-rss config
template:
src: files/tt-rss/config.php
dest: /opt/tt-rss/config.php
dest: /mnt/tank/app-data/tt-rss/config.php
mode: "{{ docker_compose_file_mask }}"
owner: "{{ docker_user.name }}"
register: config_file