Rename jellyfin.conf to jellyfin.conf.j2

This commit is contained in:
Lukáš Kucharczyk 2021-04-23 01:22:31 +02:00
parent 9c57996d95
commit 83f0382de2
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@
state: started
- name: copy jellyfin config to nginx
template:
src: jellyfin.conf
dest: "{{ nginx_confd_folder }}"
src: jellyfin.conf.j2
dest: "{{ nginx_confd_folder }}"/jellyfin.conf
notify: reload nginx