mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
win_domain: fix issue when running without credential delegation (#53480)
* win_domain: fix issue when running without credential delegation * Add check for reboot is required to complete role e install * Fix changelog sanity issue * removed meta file accidentally committed
This commit is contained in:
parent
bf58f84167
commit
008db85d44
2 changed files with 20 additions and 4 deletions
3
changelogs/fragments/win_domain-cred.yaml
Normal file
3
changelogs/fragments/win_domain-cred.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- win_domain - Fix when running without credential delegated authentication - https://github.com/ansible/ansible/issues/53182
|
||||
- 'win_domain - Do not fail if DC is already promoted but a reboot is required, return ``reboot_required: True``'
|
Loading…
Add table
Add a link
Reference in a new issue