Support defining a custom reboot command (#467)

Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
Phil Bolduc
2024-03-05 19:52:24 -08:00
committed by GitHub
parent 8432d3bc66
commit f81ec04ba2
5 changed files with 8 additions and 0 deletions

View File

@@ -6,4 +6,5 @@
- name: Reboot the nodes (and Wait upto 5 mins max)
become: true
reboot:
reboot_command: "{{ custom_reboot_command | default(omit) }}"
reboot_timeout: 300