diff options
author | heqnx <root@heqnx.com> | 2025-07-12 17:41:30 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-12 17:41:30 +0300 |
commit | 62acc6423bfead7cee08352dfc92e154eabbb4aa (patch) | |
tree | a435a4f996ea7ba28f5bec57baab655aaf114553 /ansible/roles/dc01/tasks | |
parent | 6e559dd880cf72b23c98d63e53982e4f359747f4 (diff) | |
download | ansible-active-directory-range-62acc6423bfead7cee08352dfc92e154eabbb4aa.tar.gz ansible-active-directory-range-62acc6423bfead7cee08352dfc92e154eabbb4aa.zip |
fixed linux domain join
Diffstat (limited to 'ansible/roles/dc01/tasks')
-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 0e944d0..f36b168 100644 --- a/ansible/roles/dc01/tasks/reboot.yaml +++ b/ansible/roles/dc01/tasks/reboot.yaml @@ -1,3 +1,3 @@ -- name: "reboot" +- name: reboot ansible.windows.win_reboot: reboot_timeout: 3600 |