fix(playbooks/jellyfin): fix typo

This commit is contained in:
2025-12-29 16:19:13 +01:00
parent 5fa0f4032b
commit 57d20b8438

View File

@@ -10,7 +10,7 @@
target_dns_tsig_key: "{{ dns_tsig_keydata }}" target_dns_tsig_key: "{{ dns_tsig_keydata }}"
target_dns_additional_records: "{{ jellyfin_dns_records }}" target_dns_additional_records: "{{ jellyfin_dns_records }}"
target_hosts: >-2 target_hosts: >-2
{{ jelllyfin_lego_hosts | default(jellyfin_hosts | default('jellyfin')) }} {{ jellyfin_lego_hosts | default(jellyfin_hosts | default('jellyfin')) }}
target_become: >-2 target_become: >-2
{{ jellyfin_lego_become | default(jellyfin_become | default(false)) }} {{ jellyfin_lego_become | default(jellyfin_become | default(false)) }}
target_gather_facts: >-2 target_gather_facts: >-2