- ansible-test - Add container/remote aliases for more loosely specifying managed test environments.
- ansible-test - Add support for using the Ansible Core CI service from GitHub Actions.
Bugfixes
--------
- ansible-connection - Prevent unpickling failures in module contexts by ensuring that AnsibleTaggedObjects in pickled responses are converted to plain types in ``JsonRpcServer``.
- config lookup now uses preexisting constants for templating when needed.
- yaml loading - Fix traceback when parsing YAML strings (not files) when using the pure Python implementation of PyYAML.
requires=["setuptools >= 66.1.0, <= 82.0.0","wheel == 0.45.1"]# lower bound to support controller Python versions, upper bound for latest version tested at release
requires=["setuptools >= 66.1.0, <= 82.0.1","wheel == 0.45.1"]# lower bound to support controller Python versions, upper bound for latest version tested at release