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/action
Matt Davis cbcefc53a3
Clean up TE error handling, wrap sigalrm handler (#85232)
* Clean up TE error handling, wrap sigalrm handler

* Preserve error detail on AnsibleAction and Connection exceptions.
* Remove multiple layers of unreachable or redundant error handling.
* Wrap manual alarm signal/timeout handling into a context manager, add tests.

Co-authored-by: Matt Clay <matt@mystile.com>

* update error message check in test

* update test timeout message assertions

---------

Co-authored-by: Matt Clay <matt@mystile.com>
6 months ago
..
__init__.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
add_host.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
assemble.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
assert.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
async_status.py async handling changed to use 'true' booleans(#85074) 6 months ago
command.py Require `from __future__ import annotations` (#81902) 2 years ago
copy.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
debug.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
dnf.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
fail.py Update triple single quotes to triple double quotes (#84099) 1 year ago
fetch.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
gather_facts.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
group_by.py Update triple single quotes to triple double quotes (#84099) 1 year ago
include_vars.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
normal.py Require `from __future__ import annotations` (#81902) 2 years ago
package.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
pause.py Update triple single quotes to triple double quotes (#84099) 1 year ago
raw.py fix pc misuse (#82157) 2 years ago
reboot.py Replace random with secrets (#83668) 1 year ago
script.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
service.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
set_fact.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
set_stats.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
shell.py Require `from __future__ import annotations` (#81902) 2 years ago
template.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
unarchive.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
uri.py Clean up TE error handling, wrap sigalrm handler (#85232) 6 months ago
validate_argument_spec.py Update triple single quotes to triple double quotes (#84099) 1 year ago
wait_for_connection.py Update triple single quotes to triple double quotes (#84099) 1 year ago