This commit is contained in:
2025-10-22 22:58:35 +03:00
parent f595f38355
commit c47560e1cf

View File

@@ -496,10 +496,10 @@
delegate_to: localhost
ansible.builtin.debug:
msg:
- "_reboot_raw={{ _reboot_raw }}"
- "_reboot_is_now={{ _reboot_is_now }}"
- "_reboot_is_int={{ _reboot_is_int }}"
- "_reboot_hours={{ _reboot_hours }}"
- "rebootin={{ rebootin | default('UNSET') }}"
- "reboot_hours={{ reboot_hours }}"
- "reboot_seconds={{ reboot_seconds }}"
- "reboot_minutes={{ reboot_minutes }}"
- name: Warn if rebootin was not provided by consumer (debug only)