Fix issue when timeout and state=present (#43464)

* Fix issue when timeout and state=present

* added changelog fragment
This commit is contained in:
Dag Wieers
2018-08-28 23:31:24 +02:00
committed by Jordan Borean
parent 86f96d0212
commit f588b1cdf9
2 changed files with 8 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_wait_for - fix issue where timeout doesn't wait unless state=drained - https://github.com/ansible/ansible/issues/43446