diff options
Diffstat (limited to 'ansible/roles/dc01/tasks/reboot.yaml')
-rw-r--r-- | ansible/roles/dc01/tasks/reboot.yaml | 3 |
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 |