Commit 2d48a38a authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: playbook references from previous role

parent 4f744469
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---

# execute this role
- name: "install Jellyfin"
- name: "install Grafana and Prometheus"
  hosts: "all"
  become: true
  pre_tasks:
@@ -17,5 +17,5 @@

  roles:
    - role: "docker"
    - role: "jellyfin"
    - role: "grafana"
    - role: "traefik"