This commit is contained in:
2025-10-23 11:18:37 +03:00
parent d0a9a9211b
commit 15e2f5dddf

View File

@@ -1053,7 +1053,7 @@
inscope_device: "{{ ansible_hostname | default(inventory_hostname) }}"
task_name: "journal_add"
task_result: >-
Indoor: Dev2 updated, scheduling reboot {{
Indoor: Dev2 prepared for update, scheduling reboot {{
('in ' ~ (_reboot_seconds | int) ~ ' seconds') if (_reboot_requested and (_reboot_minutes | int) == 0)
else ('in ' ~ (_reboot_minutes | int) ~ ' minutes') if (_reboot_requested and (_reboot_minutes | int) > 0)
else 'not requested'