mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
* fix: issue #10175 There is some code to handle timeout, but due to an erroneous while test, it was never called. Use timeout >= 0 instead of timeout, so the timeout code can be called, and properly handle timeout. * add changelog * Adjust changelog fragment. --------- Co-authored-by: Felix Fontein <felix@fontein.de>