summaryrefslogtreecommitdiff
path: root/ansible/roles/dc01/tasks/reboot.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/dc01/tasks/reboot.yaml')
-rw-r--r--ansible/roles/dc01/tasks/reboot.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/dc01/tasks/reboot.yaml b/ansible/roles/dc01/tasks/reboot.yaml
new file mode 100644
index 0000000..6c17c3d
--- /dev/null
+++ b/ansible/roles/dc01/tasks/reboot.yaml
@@ -0,0 +1,3 @@
+- name: "{{ ansible_host }}: reboot"
+ ansible.windows.win_reboot:
+ reboot_timeout: 3600