forked from FF-RGB/ansible
grafana: update repo location
This commit is contained in:
parent
30b1f402e9
commit
c116891c4c
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Enable grafana apt-key
|
- 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
|
- 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
|
- name: Install grafana
|
||||||
apt: name=grafana
|
apt: name=grafana
|
||||||
|
Loading…
Reference in New Issue
Block a user