From ecf14476713dc2dc2756e1e060f4ebb43abd3fb4 Mon Sep 17 00:00:00 2001 From: mkletz Date: Wed, 27 Apr 2022 14:15:01 -0500 Subject: [PATCH] wait for service --- windows/active_directory/create_ad_domain.yml | 2 +- windows/setup.yml | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/windows/active_directory/create_ad_domain.yml b/windows/active_directory/create_ad_domain.yml index 92a17db..490bbbd 100644 --- a/windows/active_directory/create_ad_domain.yml +++ b/windows/active_directory/create_ad_domain.yml @@ -1,6 +1,6 @@ --- - name: Create Active Directory domain - hosts: "{{ HOSTS | default('windows') }}" + hosts: windows gather_facts: false tasks: diff --git a/windows/setup.yml b/windows/setup.yml index b9bac53..fbf189a 100644 --- a/windows/setup.yml +++ b/windows/setup.yml @@ -213,15 +213,7 @@ controller_templates: execution_environment: Default execution environment credentials: - "Workshop Credential" - survey_enabled: true - survey: - name: '' - description: '' - spec: - - question_name: Server Name or Pattern - type: text - variable: HOSTS - required: false + survey_enabled: false - name: "ACTIVE DIRECTORY / Helpdesk new user portal" job_type: run