Skip to content

Commit

Permalink
update grafana install urls
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire authored Mar 11, 2019
1 parent 43b0aa0 commit 5ec06f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/grafana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
- name: Add packagecloud key
apt_key:
id: 418A7F2FB0E1E6E7EABF6FE8C2E73424D59097AB
url: https://packagecloud.io/gpg.key
url: https://packages.grafana.com/gpg.key

- name: Add repository
apt_repository:
repo: "deb https://packagecloud.io/grafana/stable/debian/ wheezy main"
repo: "deb https://packages.grafana.com/oss/deb stable main"

- name: Install grafana
apt:
Expand Down

0 comments on commit 5ec06f8

Please sign in to comment.