Move envrironment variables to docker
Using the `TTRSS_` prefix to follow upstream standard rather than container's https://github.com/lunik1/docker-tt-rss/issues/3
This commit is contained in:
@ -25,15 +25,6 @@
|
||||
register: compose_file
|
||||
become: true
|
||||
|
||||
- name: Install tt-rss config
|
||||
template:
|
||||
src: files/tt-rss/config.php
|
||||
dest: "{{ app_data_dir }}/tt-rss/config.php"
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
register: config_file
|
||||
become: true
|
||||
|
||||
- name: Install fever plugin
|
||||
git:
|
||||
repo: https://github.com/DigitalDJ/tinytinyrss-fever-plugin
|
||||
|
Reference in New Issue
Block a user