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 8aecd1f9b2
winrm - Handle task timeout (#82784)
When using winrm over HTTP with message encryption enabled and a task
has timed out the connection plugin will fail to cleanup the WinRM
command. This will change that exception into a warning as a timeout is
already an exception event and a failure to clean the operation should
not override the timeout error shown.
2 years ago
..
_vendor Require `from __future__ import annotations` (#81902) 2 years ago
cli Galaxy trailing slash (#82732) 2 years ago
collections Require `from __future__ import annotations` (#81902) 2 years ago
compat Remove Python `< 3.5` `selectors` fallbacks (#81872) 2 years ago
config Remove os.environ compat for py2 and deprecate ansible.utils.py3compat (#82794) 2 years ago
errors Require `from __future__ import annotations` (#81902) 2 years ago
executor Allow check mode async task disabling check_mode (#82827) 2 years ago
galaxy Fix traceback and allow installing roles with version None (#81849) 2 years ago
inventory Require `from __future__ import annotations` (#81902) 2 years ago
module_utils atomic_move - fix preserving extended acls (#82818) 2 years ago
modules apt: Install recommended packages while installing deb files (#82805) 2 years ago
parsing Enable file cache for vaulted host_vars_files vars plugin (#81995) 2 years ago
playbook fix wording in error msg (#82848) 2 years ago
plugins winrm - Handle task timeout (#82784) 2 years ago
template Fix error when templating an unsafe string leading to a type error in Python (#82675) 2 years ago
utils Remove os.environ compat for py2 and deprecate ansible.utils.py3compat (#82794) 2 years ago
vars Enable file cache for vaulted host_vars_files vars plugin (#81995) 2 years ago
__init__.py Require `from __future__ import annotations` (#81902) 2 years ago
__main__.py Require `from __future__ import annotations` (#81902) 2 years ago
constants.py Require `from __future__ import annotations` (#81902) 2 years ago
context.py Require `from __future__ import annotations` (#81902) 2 years ago
keyword_desc.yml Fix the strategy plugin description in keywords (#82113) 2 years ago
release.py Require `from __future__ import annotations` (#81902) 2 years ago