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:
Jordan Borean 2019-03-08 08:44:12 +10:00 committed by GitHub
commit 008db85d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 4 deletions

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