first commit
This commit is contained in:
8
roles/windows_finalize/tasks/main.yml
Normal file
8
roles/windows_finalize/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# tasks file for windows_finalize
|
||||
- name: reboot host(s)
|
||||
ansible.windows.win_reboot:
|
||||
msg: "reboot by Ansible"
|
||||
pre_reboot_delay: 5
|
||||
post_reboot_delay: 10
|
||||
ignore_errors: yes
|
||||
Reference in New Issue
Block a user