mirror of https://github.com/ansible/ansible.git
* win_reboot: Fix for ignore post_reboot_delay (#46360)
* win_reboot: Fix for ignore post_reboot_delay
This fixes an issue where win_reboot would be ignoring the provided
post_reboot_delay (and on Windows timing/waiting is everything!)
This must be backported to the v2.7 branch.
* Merge post-reboot handling into run()
(cherry picked from commit 8c64b4af7c
)
* Add a changelog for the win_reboot fix
pull/46819/head
parent
0e48544ae1
commit
4546057fc8
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Fix the win_reboot plugin so that the post_reboot_delay parameter is honored
|
Loading…
Reference in New Issue