4 lines
67 B
YAML
4 lines
67 B
YAML
|
- name: reboot the system
|
||
|
become: true
|
||
|
ansible.builtin.reboot:
|