From 5ba52c43a84c13cee05242760621bf0f0a67edc5 Mon Sep 17 00:00:00 2001 From: mkletz Date: Wed, 27 Apr 2022 14:03:26 -0500 Subject: [PATCH] removed facts --- windows/active_directory/create_ad_domain.yml | 1 + 1 file changed, 1 insertion(+) 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