Skip to content

Commit

Permalink
grafana: update installation repo/key #57
Browse files Browse the repository at this point in the history
  • Loading branch information
1977er committed Jan 27, 2019
1 parent 4070f47 commit 091cfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/grafana/tasks/main.yml
Expand Up @@ -7,13 +7,13 @@

- name: Add grafana repository key
apt_key:
url: https://packagecloud.io/gpg.key
url: https://packages.grafana.com/gpg.key
state: present

- name: Add grafana repositories
register: grafanarepo
apt_repository:
repo: "deb https://packagecloud.io/grafana/testing/debian/ {{ ansible_distribution_release }} main"
repo: "deb https://packages.grafana.com/oss/deb stable main"

- name: Update apt chache to get grafana packages
apt: update_cache=yes
Expand Down

0 comments on commit 091cfa1

Please sign in to comment.