Skip to content

Commit bf7b807

Browse files
fix: pin grafana version (#234)
There's a bug in the latest grafana role that causes issues with deploying it as part of testing. I've pinned to 5.6.0 until they've resolved the issue grafana/grafana-ansible-collection#320
1 parent 385682c commit bf7b807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ collections:
44
type: galaxy
55
- name: ansible.posix
66
- name: grafana.grafana
7+
version: 5.6.0
78
- name: prometheus.prometheus
89

910
roles:

0 commit comments

Comments
 (0)