Role service-grafana: update apt repo
This commit is contained in:
parent
1be513fae9
commit
1354a483bd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue