From e65f7d218d6227e55763865bd3aec6449e192930 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 27 Jun 2018 11:29:45 +1000 Subject: [PATCH] win_domain: fix typo in cmdlet call (#41993) (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 d626991a5e..c3e6e8e3a9 100644 --- a/lib/ansible/modules/windows/win_domain.ps1 +++ b/lib/ansible/modules/windows/win_domain.ps1 @@ -72,7 +72,7 @@ If(-not $forest) { SafeModeAdministratorPassword=$sm_cred; Confirm=$false; SkipPreChecks=$true; - InstallDNS=$true; + InstallDns=$true; NoRebootOnCompletion=$true; } if ($database_path) {