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.
1 parent 7adabd2 commit 9472841Copy full SHA for 9472841
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