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.
Notably - Python 2.7 and 3.6 are no longer supported by Ansible on targets - The yum module has been removed, and redirected to dnf - _INTERPRETER_PYTHON_DISTRO_MAP has been neutered. Interpreter discovery always favours specific `python3.<x>` interpreters in decending version order, then generic `python3` or `python`. - Add the ability for an action plugin to call self._execute_module(*, ignore_unknown_opts=True) to execute a module with options that may not be supported for the version being called. https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_10.html https://github.com/ansible-community/ansible-build-data/blob/main/10/CHANGELOG-v10.md https://github.com/ansible/ansible/blob/stable-2.17/changelogs/CHANGELOG-v2.17.rst fixes #1074, refs #1082 Co-authored-by: Claude Becker <becker@phys.ethz.ch> |
1 year ago | |
|---|---|---|
| .. | ||
| compat | 3 years ago | |
| plugins | 3 years ago | |
| utils | 2 years ago | |
| __init__.py | 8 years ago | |
| affinity.py | 4 years ago | |
| connection.py | 2 years ago | |
| loaders.py | 1 year ago | |
| logging.py | 4 years ago | |
| mixins.py | 1 year ago | |
| module_finder.py | 2 years ago | |
| parsing.py | 4 years ago | |
| planner.py | 1 year ago | |
| process.py | 2 years ago | |
| runner.py | 2 years ago | |
| services.py | 2 years ago | |
| strategy.py | 4 years ago | |
| target.py | 3 years ago | |
| transport_config.py | 2 years ago | |