Explicitly restart containers to prevent hard-to-debug issues

This commit is contained in:
2021-04-26 22:36:53 +02:00
parent e3d4aa61a8
commit 4907cdfd99
2 changed files with 4 additions and 1 deletions

View File

@ -27,8 +27,10 @@
devices:
- /dev/dri:/dev/dri
state: started
- name: copy jellyfin config to nginx
restart: yes
- name: copy jellyfin nginx config
template:
src: jellyfin.conf.j2
dest: "{{ nginx_confd_folder }}/jellyfin.conf"
mode: '0755'
notify: reload nginx