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

View file

@ -3,12 +3,12 @@
apt_key: apt_key:
state: present state: present
id: D59097AB id: D59097AB
url: "https://packagecloud.io/gpg.key" url: "https://packages.grafana.com/gpg.key"
- name: ensure grafana apt repo is present - name: ensure grafana apt repo is present
apt_repository: apt_repository:
state: present 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 update_cache: yes
filename: grafana filename: grafana