1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 21:29:19 +00:00
community.general/tests/unit/plugins/callback
Alexander Freiherr von Buddenbrock 81873ea059
Remove redundant callback hooks
v2_runner_on_starts gets called by ansible right after the strategy has called on_task_start or on_handler_start. So there is no need to keep this code as the minimum ansible-core version is guaranteed to have this function. on_cleanup (removed around ansible-core 2.0) and on_no_hosts (removed around ansible-core 2.5) never get called.
2026-01-19 19:21:58 +01:00
..
test_elastic.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
test_loganalytics.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
test_opentelemetry.py Remove redundant callback hooks 2026-01-19 19:21:58 +01:00
test_splunk.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00