11 lines
170 B
YAML
11 lines
170 B
YAML
---
|
|
- name: restart system
|
|
reboot:
|
|
post_reboot_delay: 15
|
|
|
|
- name: wait 15 seconds for system to stabilize
|
|
pause:
|
|
seconds: 15
|
|
become: no
|
|
connection: local
|