From 838d9b00dd52cba1a6de17dd67003cc69f427717 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 10 Oct 2020 10:51:04 -0500 Subject: [PATCH] Fix grafana apt sources list file path --- roles/grafana/tasks/Debian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/grafana/tasks/Debian.yaml b/roles/grafana/tasks/Debian.yaml index e668036..ad60361 100644 --- a/roles/grafana/tasks/Debian.yaml +++ b/roles/grafana/tasks/Debian.yaml @@ -7,6 +7,6 @@ - name: configure apt repository apt_repository: repo: "deb https://packages.grafana.com/oss/deb stable main" - filename: influxdb + filename: grafana update_cache: yes state: present