Add debian common role
This commit is contained in:
10
common-debian/tasks/restart.yml
Normal file
10
common-debian/tasks/restart.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: restart system
|
||||
reboot:
|
||||
post_reboot_delay: 15
|
||||
|
||||
- name: wait 15 seconds for system to stabilize
|
||||
pause:
|
||||
seconds: 15
|
||||
become: no
|
||||
connection: local
|
Reference in New Issue
Block a user