Skip to content

Commit e159610

Browse files
committed
Use up-to-date prometheus to fix grafana bug
1 parent 492fad9 commit e159610

File tree

1 file changed

+10
-1
lines changed
  • icpc-wf/ansible/roles/grafana/tasks

1 file changed

+10
-1
lines changed

icpc-wf/ansible/roles/grafana/tasks/main.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
---
2-
# These tasks install and configure grafana
2+
- name: Add upstream prometheus apt key
3+
apt_key:
4+
url: https://packagecloud.io/the_asten/prometheus/gpgkey
5+
state: present
6+
7+
- name: Add upstream prometheus apt repo
8+
apt_repository:
9+
repo: deb https://packagecloud.io/the_asten/prometheus/ubuntu/ focal main
10+
state: present
11+
register: prometheus_repo
312

413
- name: install dependencies
514
apt:

0 commit comments

Comments
 (0)