Fix incorrect quotes
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user