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 delegate_to: localhost
ansible.builtin.debug: ansible.builtin.debug:
msg: msg:
- "_reboot_raw={{ _reboot_raw }}" - "rebootin={{ rebootin | default('UNSET') }}"
- "_reboot_is_now={{ _reboot_is_now }}" - "reboot_hours={{ reboot_hours }}"
- "_reboot_is_int={{ _reboot_is_int }}" - "reboot_seconds={{ reboot_seconds }}"
- "_reboot_hours={{ _reboot_hours }}" - "reboot_minutes={{ reboot_minutes }}"
- name: Warn if rebootin was not provided by consumer (debug only) - name: Warn if rebootin was not provided by consumer (debug only)