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

@@ -12,6 +12,7 @@
- name: Reboot and wait for node to come back up
become: true
reboot:
reboot_command: "{{ custom_reboot_command | default(omit) }}"
reboot_timeout: 3600
- name: Revert changes to Proxmox cluster