fix: playbook references from previous role

This commit is contained in:
Simon Cornet 2025-10-23 16:08:58 +02:00
commit 2d48a38a4c

View file

@ -1,7 +1,7 @@
--- ---
# execute this role # execute this role
- name: "install Jellyfin" - name: "install Grafana and Prometheus"
hosts: "all" hosts: "all"
become: true become: true
pre_tasks: pre_tasks:
@ -17,5 +17,5 @@
roles: roles:
- role: "docker" - role: "docker"
- role: "jellyfin" - role: "grafana"
- role: "traefik" - role: "traefik"