test: inventory var

This commit is contained in:
2026-06-18 18:52:33 +00:00
parent 755e736ba9
commit 2e912c7ad5

View File

@@ -65,7 +65,7 @@
- name: Display firmware status
ansible.builtin.debug:
msg: >-
{{ inventory_hostname }}: {{ firmware_status }}
{{ inventory_hostname }} ({{ main_role }}): {{ firmware_status }}
({{ fw_current_version }}
{% if fw_new_version %} → {{ fw_new_version }} (reboot: {{ needs_reboot }}){% endif %})