check for ADWS

This commit is contained in:
mkletz
2022-04-27 14:12:06 -05:00
parent 5ba52c43a8
commit 01b01cded5

View File

@@ -15,6 +15,14 @@
reboot_timeout: 3600
when: new_forest.reboot_required
- name: Wait 10min for AD web services to start
community.windows.win_wait_for_process:
process_name_exact: Microsoft.ActiveDirectory.WebServices
pre_wait_delay: 60
state: present
timeout: 600
sleep: 10
- name: Create some groups
community.windows.win_domain_group:
name: "{{ item.name }}"