diff options
Diffstat (limited to 'ansible/roles/adcs01/tasks/reboot.yaml')
-rw-r--r-- | ansible/roles/adcs01/tasks/reboot.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/adcs01/tasks/reboot.yaml b/ansible/roles/adcs01/tasks/reboot.yaml new file mode 100644 index 0000000..a7266d0 --- /dev/null +++ b/ansible/roles/adcs01/tasks/reboot.yaml @@ -0,0 +1,3 @@ +- name: reboot + win_reboot: + reboot_timeout: 3600 |