ansible-role-arrs/templates/env.deluge.conf.j2
2022-09-28 09:30:25 +02:00

8 lines
155 B
Django/Jinja

TZ={{ timezone }}
DELUGE_LOGLEVEL={{ deluge_loglevel }}
{% if arrs_uid %}
PUID={{ arrs_uid }}
{% endif %}
{% if arrs_gid %}
PUID={{ arrs_gid }}
{% endif %}