diff --git a/windows/active_directory/create_ad_domain.yml b/windows/active_directory/create_ad_domain.yml index 36ec940..7332af0 100644 --- a/windows/active_directory/create_ad_domain.yml +++ b/windows/active_directory/create_ad_domain.yml @@ -1,6 +1,7 @@ --- - name: Create Active Directory domain hosts: "{{ HOSTS | default('windows') }}" + gather_facts: false tasks: - name: Create new domain in a new forest on the target host