1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

win_domain: fix typo in cmdlet call (#41993)

This commit is contained in:
Jordan Borean 2018-06-27 11:29:45 +10:00 committed by GitHub
parent bcb49f2575
commit 77526a5036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -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) {