mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-23 02:01:10 +01:00
Fix alert_rules.yml template syntax error
This commit is contained in:
parent
b018ca2b2a
commit
400da5e280
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ groups:
|
||||||
|
|
||||||
{% for group in groups %}
|
{% for group in groups %}
|
||||||
|
|
||||||
- name: {{ group }
|
- name: {{ group }}
|
||||||
rules:
|
rules:
|
||||||
{% for job in jobs %}
|
{% for job in jobs %}
|
||||||
{% if job.group | default(prometheus_job_default_group_name) == group %}
|
{% if job.group | default(prometheus_job_default_group_name) == group %}
|
||||||
|
|
Loading…
Reference in a new issue