From ceb14fcc33a6eead49425c3f573f54e1eb4e4d7f Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 4 Jul 2018 06:20:09 +1000 Subject: [PATCH] win_domain: fix typo in cmdlet call (#41993) (#41994) (cherry picked from commit 77526a5036d9ad0638f7275c5b774f3fd919daea) --- changelogs/fragments/win_domain-dns-typo-fix.yml | 2 ++ lib/ansible/modules/windows/win_domain.ps1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/win_domain-dns-typo-fix.yml diff --git a/changelogs/fragments/win_domain-dns-typo-fix.yml b/changelogs/fragments/win_domain-dns-typo-fix.yml new file mode 100644 index 0000000000..dcc5245fdd --- /dev/null +++ b/changelogs/fragments/win_domain-dns-typo-fix.yml @@ -0,0 +1,2 @@ +bugfixes: +- win_domain - fixes typo in one of the AD cmdlets https://github.com/ansible/ansible/issues/41536 diff --git a/lib/ansible/modules/windows/win_domain.ps1 b/lib/ansible/modules/windows/win_domain.ps1 index d43a866110..659e19a6da 100644 --- a/lib/ansible/modules/windows/win_domain.ps1 +++ b/lib/ansible/modules/windows/win_domain.ps1 @@ -71,7 +71,7 @@ If(-not $forest) { SafeModeAdministratorPassword=$sm_cred; Confirm=$false; SkipPreChecks=$true; - InstallDNS=$true; + InstallDns=$true; NoRebootOnCompletion=$true; } if ($database_path) {