blob: 53cfe4be421183459a0234586d61fa06c6af95d9 (
plain)
1
2
3
4
5
6
7
|
bugfixes:
- grafana_dashboard now explicitely fails if the folder doesn't exist upon creation.
It would previously silently pass but not create the dashboard.
(https://github.com/ansible-collections/community.grafana/issues/153)
- grafana_team now able to handle spaces and other utf-8 chars in the name parameter.
(https://github.com/ansible-collections/community.grafana/issues/164)
- Fix an issue with datasource uid now returned by the Grafana API (#176)
|