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.
Alex Willmer
357fe38766
Ansible 10 (ansible-core 2.17) support
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>
|
3 months ago |
.. |
files
|
CI: Fix tests on Linux, Ansible tests targetting Debian 9 & 11
|
1 year ago |
scripts
|
tests: Pythonize print_env.sh.
|
6 years ago |
_mitogen_only.yml
|
tests: Replace uses of ``include:``, unify skipping of mitogen only tests
|
8 months ago |
all.yml
|
tests: Add regression for add_host with host_key_checking
|
7 months ago |
become_test.yml
|
ansible_mitogen: Fix --ask-become-pass, add test coverage
|
7 months ago |
issue_109__target_has_old_ansible_installed.yml
|
tests: Name tasks
|
2 years ago |
issue_113__duplicate_module_imports.yml
|
tests: Enable stricter error handling, fix resulting failures
|
2 years ago |
issue_118__script_not_marked_exec.yml
|
tests: Tag Ansible tests
|
3 years ago |
issue_122__environment_difference.yml
|
tests: Tag Ansible tests
|
3 years ago |
issue_140__thread_pileup.yml
|
tests: Fix duplicate local task executions
|
6 months ago |
issue_152__local_action_wrong_interpreter.yml
|
tests: Fix duplicate local task executions
|
6 months ago |
issue_152__virtualenv_python_fails.yml
|
tests: Respect configured or detected Python more often
|
3 months ago |
issue_154__module_state_leaks.yml
|
tests: Enable stricter error handling, fix resulting failures
|
2 years ago |
issue_177__copy_module_failing.yml
|
tests: Name tasks
|
2 years ago |
issue_332_ansiblemoduleerror_first_occurrence.yml
|
tests: Name tasks
|
2 years ago |
issue_558_unarchive_failed.yml
|
tests: Name tasks
|
2 years ago |
issue_590__sys_modules_crap.yml
|
tests: Name tasks
|
2 years ago |
issue_591__setuptools_cwd_crash.yml
|
CI: Migrate macOS integration tests to macOS 12, drop Python 2.7 jobs
|
4 months ago |
issue_615__streaming_transfer.yml
|
tests: Fix duplicate local task executions
|
6 months ago |
issue_655__wait_for_connection_error.yml
|
CI: Migrate macOS integration tests to macOS 12, drop Python 2.7 jobs
|
4 months ago |
issue_776__load_plugins_called_twice.yml
|
Ansible 10 (ansible-core 2.17) support
|
3 months ago |
issue_952__ask_become_pass.yml
|
tests: Use same verbosity when re-executing Ansible inside a playbook
|
6 months ago |
issue_1066__add_host__host_key_checking.yml
|
Ansible 10 (ansible-core 2.17) support
|
3 months ago |