ansible-role-arrs/templates/env.deluge.conf.j2

8 lines
155 B
Plaintext
Raw Normal View History

2022-09-28 09:30:25 +02:00
TZ={{ timezone }}
DELUGE_LOGLEVEL={{ deluge_loglevel }}
{% if arrs_uid %}
PUID={{ arrs_uid }}
{% endif %}
{% if arrs_gid %}
PUID={{ arrs_gid }}
{% endif %}