From c47560e1cf95dea4a104c2af7525dd671dd3e088 Mon Sep 17 00:00:00 2001 From: pavel Date: Wed, 22 Oct 2025 22:58:35 +0300 Subject: [PATCH] 2258 --- files/ansible-playbooks/update-indoor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)