7 lines
122 B
YAML
7 lines
122 B
YAML
---
|
|
- name: Reboot Node
|
|
ansible.builtin.reboot:
|
|
connect_timeout: 5
|
|
reboot_timeout: 600
|
|
test_command: whoami
|