mirror of https://github.com/ansible/ansible
pause - adjust warning when run in background (#73182)
When the pause module is run in the background and seconds parameter is provided, do not warn. * Add tests * Fix existing tests The test wasn't failing when it should have.pull/73238/head
parent
7f0eb7ad79
commit
0e6c334115
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- pause - do not warn when running in the background if a timeout is provided (https://github.com/ansible/ansible/issues/73042)
|
||||
Loading…
Reference in new issue