6 lines
142 B
YAML
6 lines
142 B
YAML
![]() |
---
|
||
|
- name: Reboot server
|
||
|
ansible.builtin.reboot:
|
||
|
reboot_command: "{{ custom_reboot_command | default(omit) }}"
|
||
|
listen: reboot server
|