f3570c2b0c
* 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
(cherry picked from commit 940d4a0e89
)
4 lines
412 B
YAML
4 lines
412 B
YAML
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
|