fix: user ansible_inventory instead of host

This commit is contained in:
2026-06-19 12:38:36 +00:00
parent c1b9ea7e51
commit 30f53ba20a

View File

@@ -97,7 +97,7 @@
No updates available on the cluster.
{% endif %}
{% elif in_maintenance %}
The node {{ ansible_host }} is in CARP maintenance mode.
The node {{ ansible_inventory }} is in CARP maintenance mode.
{% elif mismatched_vips > 0 %}
Some VIP are not {{ main_role }} on {{ ansible_host }}.
{% else %}