We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e64c1 commit 0205794Copy full SHA for 0205794
provision-contest/ansible/roles/grafana/tasks/main.yml
@@ -66,7 +66,7 @@
66
- name: Install grafana
67
when: not WF_RESTRICTED_NETWORK
68
apt:
69
- deb: https://dl.grafana.com/oss/release/grafana_10.4.1_amd64.deb
+ deb: https://dl.grafana.com/oss/release/grafana_11.1.3_amd64.deb
70
state: present
71
notify: Restart grafana
72
0 commit comments