Fix incorrect quotes

This commit is contained in:
Lukáš Kucharczyk 2021-04-26 18:54:27 +02:00
parent 83f0382de2
commit 9f57877177
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 1 additions and 1 deletions

View File

@ -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