From c18a3a876c2e0cbb4ee445fc3ffca420483ff863 Mon Sep 17 00:00:00 2001 From: Chris Scott Date: Tue, 18 Jun 2024 13:03:32 +1200 Subject: [PATCH] install community.grafana --- requirements.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.yml b/requirements.yml index a61841c..80ad492 100644 --- a/requirements.yml +++ b/requirements.yml @@ -22,3 +22,6 @@ collections: - name: grafana.grafana version: 5.2.0 type: galaxy + - name: community.grafana + version: 1.9.1 + type: galaxy