2258
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user