Role service-grafana: update apt repo

This commit is contained in:
Julian Labus 2019-01-09 14:39:50 +01:00
parent 1be513fae9
commit 1354a483bd
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
apt_key:
state: present
id: D59097AB
url: "https://packagecloud.io/gpg.key"
url: "https://packages.grafana.com/gpg.key"
- name: ensure grafana apt repo is present
apt_repository:
state: present
repo: "deb https://packagecloud.io/grafana/stable/debian/ stretch main"
repo: "deb https://packages.grafana.com/oss/deb stable main"
update_cache: yes
filename: grafana