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/lib/ansible
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
..
_vendor Revert "ansible-test - Fix import test when vendoring." 4 years ago
cli ansible-config dedupe ini plugin entries (#82498) 2 years ago
collections ansible-doc: allow to filter by more than one collection (#81450) 2 years ago
compat Clean up unused imports in core (#79900) 3 years ago
config [stable-2.16] Role fixes (#82339) (#82452) 2 years ago
errors Use ansible.module_utils.common.text.converters (#80704) 3 years ago
executor Better errors for delegate_to (#82319) 2 years ago
galaxy [ansible-galaxy] Remove role name conversion when the repo startswith 'ansible-role' (#82508) (#82532) 2 years ago
inventory optimize host_group_vars and vars plugin loading (#79945) (#81878) 2 years ago
module_utils Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 2 years ago
modules [2.16] expect - fix argument spec error with timeout=null (#82522) (#82608) 2 years ago
parsing Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 2 years ago
playbook [stable-2.16] Role fixes (#82339) (#82452) 2 years ago
plugins Avoid winrm hang on stdin write failure (#82766) (#82782) 2 years ago
template Fix error when templating an unsafe string leading to a type error in Python (#82675) (#82745) 2 years ago
utils [stable-2.16] Enable directly using `AnsibleUnsafeText` with Python `pathlib` (#82510) 2 years ago
vars fix loading vars_plugins in roles (#82273) (#82609) 2 years ago
__init__.py Require Jinja2 3.0.0 (#75881) 4 years ago
__main__.py Python 3.9 min for controller (#77566) 4 years ago
constants.py Remove deprecated include (#80752) 3 years ago
context.py Remove collections compat from controller code. 4 years ago
keyword_desc.yml [bp-2.16] Fix the strategy plugin description in keywords (#82133) 2 years ago
release.py Update Ansible release version to v2.16.4.post0. (#82751) 2 years ago