ansible-role-arrs/templates/env.jackett.conf.j2
2022-09-29 19:50:09 +02:00

8 lines
155 B
Django/Jinja

AUTO_UPDATE={{ jackett_auto_update }}
TZ={{ timezone }}
{% if arrs_uid %}
PUID={{ arrs_uid }}
{% endif %}
{% if arrs_gid %}
PGID={{ arrs_gid }}
{% endif %}