1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-30 17:06:19 +00:00
community.general/tests/unit
Alexander Freiherr von Buddenbrock fd178d4c28
Fix unreachable hosts causing exceptions
If finish_task is never called for a host the result object stays None, which caused an exception in update_span_data. This was the case for unreachable hosts, as the callback plugin did not implement v2_runner_on_unreachable.
2026-01-23 16:23:50 +01:00
..
plugins Fix unreachable hosts causing exceptions 2026-01-23 16:23:50 +01:00
requirements.txt update requirements for Python versions currently used (#10701) 2025-08-19 17:01:49 +12:00
requirements.yml Adjust YAML files (#10233) 2025-06-15 09:13:16 +02:00