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