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

9 lines
156 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 %}
2022-09-29 19:50:09 +02:00
PGID={{ arrs_gid }}
2022-12-11 22:25:04 +01:00
{% endif %}