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

7 lines
117 B
Plaintext
Raw Normal View History

2022-09-28 09:30:25 +02:00
TZ={{ timezone }}
{% if arrs_uid %}
PUID={{ arrs_uid }}
{% endif %}
{% if arrs_gid %}
PUID={{ arrs_gid }}
{% endif %}