diff --git a/files/ansible-playbooks/update-indoor.yml b/files/ansible-playbooks/update-indoor.yml index b78328e..7ae8834 100644 --- a/files/ansible-playbooks/update-indoor.yml +++ b/files/ansible-playbooks/update-indoor.yml @@ -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)