Commit ad68cfc6 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: revert back with double play

parent 4453875e
Loading
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
---

# 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"
+3 −0
Original line number Diff line number Diff line
@@ -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"