grafana: fix repo and key location

This commit is contained in:
Markus 2023-05-02 17:44:39 +02:00
parent d448fe5384
commit 0c53d9dc3e
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
---
- name: Enable grafana apt-key
apt_key: url="https://packages.grafana.com/gpg.key"
apt_key: url="https://apt.grafana.com/gpg.key"
- name: Enable grafana repository
apt_repository: repo="deb https://packages.grafana.com/oss/deb stable main"
apt_repository: repo="deb https://apt.grafana.com stable main"
- name: Install grafana
apt: name=grafana