From cbd285087e710a265bdddfb4521a39a57bc8702c Mon Sep 17 00:00:00 2001 From: heqnx Date: Thu, 17 Jul 2025 18:08:37 +0300 Subject: added tree and child domain --- ansible/roles/dc02/tasks/reboot.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible/roles/dc02/tasks/reboot.yaml (limited to 'ansible/roles/dc02/tasks/reboot.yaml') diff --git a/ansible/roles/dc02/tasks/reboot.yaml b/ansible/roles/dc02/tasks/reboot.yaml new file mode 100644 index 0000000..f36b168 --- /dev/null +++ b/ansible/roles/dc02/tasks/reboot.yaml @@ -0,0 +1,3 @@ +- name: reboot + ansible.windows.win_reboot: + reboot_timeout: 3600 -- cgit v1.2.3