From 2d48a38a4c98f586aef5c6abcca73bc6e5d01f6b Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 23 Oct 2025 16:08:58 +0200 Subject: [PATCH] fix: playbook references from previous role --- playbook.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index 19f5e04..764c8f6 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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"