Skip to content

Commit 576a974

Browse files
authored
Merge pull request #9 from smartlogic/grafana-new-repo-url
Use new repo url
2 parents 7adabd2 + 9472841 commit 576a974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/grafana.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
- name: Add apt-key
22
apt_key:
3-
url: https://packagecloud.io/gpg.key
3+
url: https://packages.grafana.com/gpg.key
44
state: present
55
become: true
66

77
- name: Set up apt repo for grafana
88
apt_repository:
9-
repo: deb https://packagecloud.io/grafana/stable/debian/ jessie main
9+
repo: deb https://packages.grafana.com/oss/deb stable main
1010
state: present
1111
become: true
1212

0 commit comments

Comments
 (0)