jellyfin.yml aktualisiert
This commit is contained in:
parent
2895b62c09
commit
a60eeb3e5f
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: jellyfin
|
- name: jellyfin
|
||||||
hosts: defiant.dedyn.io
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Create /home/docker/jellyfin.{{inventory_hostname}} dir
|
- name: Create /home/docker/jellyfin.{{inventory_hostname}} dir
|
||||||
@ -169,7 +169,7 @@
|
|||||||
# ansible.builtin.shell: bash /home/docker/jellyfin.{{inventory_hostname}}/jellyfin.init.sh
|
# ansible.builtin.shell: bash /home/docker/jellyfin.{{inventory_hostname}}/jellyfin.init.sh
|
||||||
|
|
||||||
- name: Restart jellyfin
|
- name: Restart jellyfin
|
||||||
ansible.builtin.shell: docker-compose up -d
|
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||||
args:
|
args:
|
||||||
chdir: /home/docker/jellyfin.{{inventory_hostname}}
|
chdir: /home/docker/jellyfin.{{inventory_hostname}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user