mirror of https://github.com/ansible/ansible.git
Add exception handling to win_domain_controller (#58234)
* Add exception handling to win_domain_controller * Add changelog * Fix PSUseDeclaredVarsMoreThanAssignments * Remove dns domain cannot be resolved error message As requested by PR review in https://github.com/ansible/ansible/pull/58234#discussion_r300509880pull/61847/head
parent
7c752a43b3
commit
0af0a7f8bb
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- win_domain_controller - Do not fail the play without the user being able to catch dcpromo failing because of a pending reboot within a playbook using ignore_error or retry logic.
|
||||
Loading…
Reference in New Issue