Skip to content

Commit

Permalink
grafana repository update
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomcarmo committed Jan 14, 2019
1 parent d57f05e commit 55864cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
- apt-transport-https
- name: Add the Grafana apt key
apt_key:
url: https://packagecloud.io/gpg.key
url: https://packages.grafana.com/gpg.key
- name: Add the Grafana repository into sources list
apt_repository:
repo: deb https://packagecloud.io/grafana/stable/debian/ stretch main
repo: deb https://packages.grafana.com/oss/deb stable main
- name: Install Grafana
apt:
name: grafana
Expand Down

0 comments on commit 55864cb

Please sign in to comment.