win_reboot: fix 2.6 issues and better handle post reboot reboot (#42330)

* win_reboot: fix 2.6 issues and better handle post reboot reboot

* changed winrm _reset to reset

* Add handler to reset calls when .reset() throws an AnsibleError on older hosts

* Moving back to _reset to get the issue fixed
This commit is contained in:
Jordan Borean
2018-07-11 09:12:29 +10:00
committed by GitHub
parent 780c8986af
commit 940d4a0e89
7 changed files with 128 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
bugfixes:
- win_reboot - handle post reboots when running test_command - https://github.com/ansible/ansible/issues/41713
- win_reboot - fix issue when overridding connection timeout hung the post reboot uptime check - https://github.com/ansible/ansible/issues/42185 https://github.com/ansible/ansible/issues/42294
- win_reboot - fix for handling an already scheduled reboot and other minor log formatting issues