feat: revert back with double play

This commit is contained in:
Simon Cornet 2025-11-01 12:20:27 +01:00
commit ad68cfc6f0
2 changed files with 12 additions and 6 deletions

View file

@ -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"

View file

@ -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"