Compare commits

...

2 Commits

Author SHA1 Message Date
3a07758b4a chore(release): 1.1.3 2023-04-13 11:40:47 +02:00
5b51699dbb fix: Typo 2023-04-13 11:40:39 +02:00
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.3](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.2...v1.1.3) (2023-04-13)
### Bug Fixes
* Typo ([5b51699](https://git.laurivan.com/Dev/ansible-role-grafana/commit/5b51699dbb60a3d26af19c478a0b12d8a30438bf))
### [1.1.2](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.1...v1.1.2) (2023-04-12)
### [1.1.1](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.0...v1.1.1) (2023-04-03)

View File

@ -31,6 +31,6 @@ scrape_configs:
- targets:
- 'localhost:9090'
{% for target in grafana_prometheus_targets %}
- "{{ target }}""
- "{{ target }}"
{% endfor %}