1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00

Fix alert_rules.yml template syntax error

This commit is contained in:
s3lph 2021-11-06 05:48:15 +01:00
parent b018ca2b2a
commit 400da5e280

View file

@ -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 %}