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