mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
win_domain: fix typo in cmdlet call (#41993)
This commit is contained in:
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
|
||||
@@ -72,7 +72,7 @@ If(-not $forest) {
|
||||
SafeModeAdministratorPassword=$sm_cred;
|
||||
Confirm=$false;
|
||||
SkipPreChecks=$true;
|
||||
InstallDNS=$true;
|
||||
InstallDns=$true;
|
||||
NoRebootOnCompletion=$true;
|
||||
}
|
||||
if ($database_path) {
|
||||
|
||||
Reference in New Issue
Block a user