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/test/units/plugins
Jordan Borean 075623770d
Avoid winrm hang on stdin write failure (#82766) (#82782)
If the connection plugin fails to write the data to run to stdin we will
only attempt to get the output with one operation attempt. If this times
out we will consider the command to have failed and raise an exception
instead of forever attempting to get the output.

(cherry picked from commit 942424e10b)
2 years ago
..
action
become
cache
callback
connection Avoid winrm hang on stdin write failure (#82766) (#82782) 2 years ago
filter
inventory
loader_fixtures
lookup
shell
strategy
__init__.py
test_plugins.py