ansible/changelogs/fragments/win_domain-cred.yaml
Jordan Borean e0294275d7 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

(cherry picked from commit 008db85d44)
2019-03-11 11:53:04 -07:00

3 lines
250 B
YAML

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``'