Matt Martz
Matt Martz
### Summary As of now, we only retry galaxy API requests when they result in error codes defined within `RETRY_HTTP_ERROR_CODES`. Some times there are also transient timeout errors, that are...
##### SUMMARY Make sure `var_options` is pre-templated for `reset_connection` ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME lib/ansible/plugins/strategy/__init__.py ##### ADDITIONAL INFORMATION Effectively duplicated from https://github.com/ansible/ansible/blob/dc3c88be8bbe10d6e206eafc8471a94e84108947/lib/ansible/executor/task_executor.py#L1031-L1039 TODO: - [...
### Summary Our setuptools constrain in `pyproject.toml` (listed also in `setup.cfg`) is set to `>= 39.2.0` due to the minimum version available at the time on Ubuntu 18.04. Now that...
##### SUMMARY This PR does a conditional evaluation on tasks that do not have loops, and skips forking if the task should be skipped, or if the task is an...
##### SUMMARY ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME ##### ADDITIONAL INFORMATION Maybe To Do: - [x] state - [x] checkmode - [x] add test that installs...
##### SUMMARY Proxy more display methods ##### ISSUE TYPE - Bugfix Pull Request ##### ADDITIONAL INFORMATION ```paste below ```
### Summary With the addition of EDA (event driven automation) content to collections, we are establishing a new mechanism for collections to add extensions to the collection structure. The extensions...
##### SUMMARY This PR: 1. Clears `_INTERPRETER_PYTHON_DISTRO_MAP`, without removing it, there are no uses cases that need covered by the previous map. I figure it could be useful later, so...
##### SUMMARY Deprecate support for the v2 galaxy API. Fixes #81781 ##### ISSUE TYPE - Bugfix Pull Request ##### ADDITIONAL INFORMATION The v2 API is being removed in https://github.com/pulp/pulp_ansible/pull/1701 GalaxyNG...