We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7adabd2 + 9472841 commit 576a974Copy full SHA for 576a974
tasks/grafana.yml
@@ -1,12 +1,12 @@
1
- name: Add apt-key
2
apt_key:
3
- url: https://packagecloud.io/gpg.key
+ url: https://packages.grafana.com/gpg.key
4
state: present
5
become: true
6
7
- name: Set up apt repo for grafana
8
apt_repository:
9
- repo: deb https://packagecloud.io/grafana/stable/debian/ jessie main
+ repo: deb https://packages.grafana.com/oss/deb stable main
10
11
12
0 commit comments