Testing fallback functionality; Fix

This commit is contained in:
2025-08-05 01:23:37 -04:00
parent f831e3a0cb
commit 562868e187

View File

@ -14,7 +14,7 @@
- name: Reboot the host [reboot module] - name: Reboot the host [reboot module]
ansible.builtin.reboot: ansible.builtin.reboot:
msg: "{{ verified_reboot_reboot_msg }}" msg: "{{ verified_reboot_reboot_msg }}"
pre_reboot_delay: "{{ verified_reboot_reboot_time + 'm' | community.general.to_seconds }}" pre_reboot_delay: "{{ (verified_reboot_reboot_time ~ 'm') | community.general.to_seconds }}"
connect_timeout: "{{ verified_reboot_wait_conn_timeout }}" connect_timeout: "{{ verified_reboot_wait_conn_timeout }}"
reboot_timeout: "{{ verified_reboot_wait_delay }}" reboot_timeout: "{{ verified_reboot_wait_delay }}"
rescue: rescue: