ansible-role-arrs/templates/env.deluge.conf.j2
2022-12-11 22:25:04 +01:00

9 lines
156 B
Django/Jinja

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