feat: revert back with double play
This commit is contained in:
parent
4453875e41
commit
ad68cfc6f0
2 changed files with 12 additions and 6 deletions
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
|
||||
# execute this role
|
||||
- name: "install Jellyfin"
|
||||
hosts: "all"
|
||||
become: true
|
||||
pre_tasks:
|
||||
# update ansible galaxy
|
||||
- name: "update ansible galaxy"
|
||||
hosts: "localhost"
|
||||
tasks:
|
||||
|
||||
# due to semaphore bug we need to do this ourselves
|
||||
- name: "force-update requirements"
|
||||
|
|
@ -15,7 +14,11 @@
|
|||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
# execute this role
|
||||
- name: "install Jellyfin"
|
||||
hosts: "all"
|
||||
become: true
|
||||
roles:
|
||||
- role: "docker"
|
||||
- role: "."
|
||||
- role: "jellyfin"
|
||||
- role: "traefik"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ roles:
|
|||
- name: "docker"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
|
||||
scm: "git"
|
||||
- name: "jellyfin"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-jellyfin.git"
|
||||
scm: "git"
|
||||
- name: "traefik"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-traefik.git"
|
||||
scm: "git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue