test: inventory var
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
- name: Display firmware status
|
- name: Display firmware status
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: >-
|
msg: >-
|
||||||
{{ inventory_hostname }}: {{ firmware_status }}
|
{{ inventory_hostname }} ({{ main_role }}): {{ firmware_status }}
|
||||||
({{ fw_current_version }}
|
({{ fw_current_version }}
|
||||||
{% if fw_new_version %} → {{ fw_new_version }} (reboot: {{ needs_reboot }}){% endif %})
|
{% if fw_new_version %} → {{ fw_new_version }} (reboot: {{ needs_reboot }}){% endif %})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user