5 lines
100 B
YAML
5 lines
100 B
YAML
- name: system restart
|
|
hosts: all
|
|
tasks:
|
|
- name: system restart
|
|
shell: shutdown -r now |