diff options
Diffstat (limited to 'ansible/roles/dc01/tasks/reboot.yaml')
-rw-r--r-- | ansible/roles/dc01/tasks/reboot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dc01/tasks/reboot.yaml b/ansible/roles/dc01/tasks/reboot.yaml index 6c17c3d..f36b168 100644 --- a/ansible/roles/dc01/tasks/reboot.yaml +++ b/ansible/roles/dc01/tasks/reboot.yaml @@ -1,3 +1,3 @@ -- name: "{{ ansible_host }}: reboot" +- name: reboot ansible.windows.win_reboot: reboot_timeout: 3600 |