grafana: update repo location

This commit is contained in:
Markus 2019-03-07 10:52:52 +01:00
parent 30b1f402e9
commit c116891c4c
1 changed files with 2 additions and 2 deletions

View File

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