jellyfin.yml aktualisiert

This commit is contained in:
olli 2023-08-25 13:19:48 +02:00
parent 2895b62c09
commit a60eeb3e5f

View File

@ -1,6 +1,6 @@
---
- name: jellyfin
hosts: defiant.dedyn.io
hosts: all
tasks:
- name: Create /home/docker/jellyfin.{{inventory_hostname}} dir
@ -169,7 +169,7 @@
# ansible.builtin.shell: bash /home/docker/jellyfin.{{inventory_hostname}}/jellyfin.init.sh
- name: Restart jellyfin
ansible.builtin.shell: docker-compose up -d
ansible.builtin.shell: docker-compose up -d --force-recreate
args:
chdir: /home/docker/jellyfin.{{inventory_hostname}}