jellyfin.yml aktualisiert
This commit is contained in:
parent
2895b62c09
commit
a60eeb3e5f
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user