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/plugins
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.
3 months ago
..
action remove repetitive words (#82799) 4 months ago
become Require `from __future__ import annotations` (#81902) 9 months ago
cache Fixes permission for cache json file from 600 to 644 (#82761) 4 months ago
callback Fix plugin set option (#82300) 7 months ago
cliconf Require `from __future__ import annotations` (#81902) 9 months ago
connection winrm - Handle task timeout (#82784) 3 months ago
doc_fragments Update attribute description for check_mode (#82536) 5 months ago
filter Fix up to_datetime timedelta seconds docs (#82826) 3 months ago
httpapi Require `from __future__ import annotations` (#81902) 9 months ago
inventory Enable file cache for vaulted host_vars_files vars plugin (#81995) 3 months ago
lookup Remove os.environ compat for py2 and deprecate ansible.utils.py3compat (#82794) 4 months ago
netconf Require `from __future__ import annotations` (#81902) 9 months ago
shell Fix typos in builtin modules (#81969) 9 months ago
strategy Play recap stats and callbacks for include_role, consolidate with include_tasks (#79260) 5 months ago
terminal Fix typos in builtin modules (#81969) 9 months ago
test Add missing char 's' in exists documentation (#82651) 5 months ago
vars Enable file cache for vaulted host_vars_files vars plugin (#81995) 3 months ago
__init__.py Fix plugin set option (#82300) 7 months ago
list.py Fix additional spelling errors in builtin modules (#82012) 8 months ago
loader.py prettyfy ansible-doc (#75116) 5 months ago