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

9 lines
156 B
Django/Jinja

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