Fix incorrect quotes
This commit is contained in:
parent
83f0382de2
commit
9f57877177
|
@ -21,5 +21,5 @@
|
|||
- name: copy jellyfin config to nginx
|
||||
template:
|
||||
src: jellyfin.conf.j2
|
||||
dest: "{{ nginx_confd_folder }}"/jellyfin.conf
|
||||
dest: "{{ nginx_confd_folder }}/jellyfin.conf"
|
||||
notify: reload nginx
|
Loading…
Reference in New Issue