win_domain: fix typo in cmdlet call (#41993)

(cherry picked from commit 77526a5036)
pull/42223/head
Jordan Borean 6 years ago committed by Matt Clay
parent 1024f53ffd
commit e65f7d218d

@ -0,0 +1,2 @@
bugfixes:
- win_domain - fixes typo in one of the AD cmdlets https://github.com/ansible/ansible/issues/41536

@ -72,7 +72,7 @@ If(-not $forest) {
SafeModeAdministratorPassword=$sm_cred; SafeModeAdministratorPassword=$sm_cred;
Confirm=$false; Confirm=$false;
SkipPreChecks=$true; SkipPreChecks=$true;
InstallDNS=$true; InstallDns=$true;
NoRebootOnCompletion=$true; NoRebootOnCompletion=$true;
} }
if ($database_path) { if ($database_path) {

Loading…
Cancel
Save