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 00000000000..dcc5245fddb --- /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 d626991a5eb..c3e6e8e3a9a 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) {