(cherry picked from commit 77526a5036
)
This commit is contained in:
parent
7a1fa8d363
commit
ceb14fcc33
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/win_domain-dns-typo-fix.yml
Normal file
2
changelogs/fragments/win_domain-dns-typo-fix.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- win_domain - fixes typo in one of the AD cmdlets https://github.com/ansible/ansible/issues/41536
|
|
@ -71,7 +71,7 @@ If(-not $forest) {
|
|||
SafeModeAdministratorPassword=$sm_cred;
|
||||
Confirm=$false;
|
||||
SkipPreChecks=$true;
|
||||
InstallDNS=$true;
|
||||
InstallDns=$true;
|
||||
NoRebootOnCompletion=$true;
|
||||
}
|
||||
if ($database_path) {
|
||||
|
|
Loading…
Reference in a new issue