Reboot system after initial ansible-run
This commit is contained in:
parent
37b8b94c9d
commit
b807d2142e
2 changed files with 16 additions and 0 deletions
4
roles/lmn_finish/handlers/main.yml
Normal file
4
roles/lmn_finish/handlers/main.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- name: Reboot client
|
||||
ansible.builtin.command:
|
||||
cmd: "shutdown -r -t 60"
|
||||
Loading…
Add table
Add a link
Reference in a new issue