nagios: typo in config

This commit is contained in:
Pavel Raiskup 2023-04-25 14:02:13 +02:00
parent 01129c2be3
commit 7e7e28a4c5

View file

@ -10,7 +10,7 @@ define hostgroup{
{% for host in groups[key]|sort if hostvars[host].nagios_Can_Connect == true %}
{% if loop.first %}
members {{ host }}{% else %}, {{ host }}{% endif %}
{%- endfor %}
{% endfor %}
}
{% endif %}
{% endfor %}