mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-23 02:01:10 +01:00
Fix conflicting variable names
This commit is contained in:
parent
400da5e280
commit
12ad0c0dc3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ 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_default_alert_group_name) == group %}
|
||||||
|
|
||||||
{{ job.alerts | to_nice_yaml(indent=2) | indent(2, first=true) }}
|
{{ job.alerts | to_nice_yaml(indent=2) | indent(2, first=true) }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue