You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/win_reboot-fixes.yml

5 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