Matt Martz
Matt Martz
##### SUMMARY Add `use_rsa_sha2_algorithms` option, keep rsa-sha2 enabled by default ##### ISSUE TYPE - Bugfix Pull Request - Feature Pull Request ##### COMPONENT NAME lib/ansible/plugins/connection/paramiko_ssh.py ##### ADDITIONAL INFORMATION ```paste below...
##### SUMMARY Add loop_control.lookup to provide a transition from with_ to loop without explicit lookup call ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME lib/ansible/playbook/loop_control.py ##### ADDITIONAL INFORMATION...
##### SUMMARY This PoC PR updates `register` to allow authors to pre-process module return results, before registering the variables. In extension, this allows registering multiple variables See: * https://github.com/ansible/ansible/issues/67804 *...
##### SUMMARY This PR injects the loop items directly into the "global" scope of task vars, while also keeping it available under `loop_var` ##### ISSUE TYPE - Feature Pull Request...
##### SUMMARY Always create new role ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME ``` lib/ansible/playbook/role/__init__.py ``` ##### ADDITIONAL INFORMATION Currently the role deduplication code, primarily used for...
##### SUMMARY Extract useful code out of `fetch_url` This can potentially ease the over reliance on `fetch_url`, moving more plugin authors to `Request`, but offering some added functionality to perform...
##### SUMMARY ansible-galaxy collection install retry improvements Fixes https://github.com/ansible/ansible/issues/80174 Fixes https://github.com/ansible/ansible/issues/80170 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME lib/ansible/galaxy/api.py ##### ADDITIONAL INFORMATION ```paste below ```
### Summary Currently `retry_with_delays_and_condition` does not display anything in regards to retries, this is largely because the code is implemented in `module_utils`, and has no access to `Display`. Potentially the...
##### SUMMARY Do not double calculate loops and `delegate_to` ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME lib/ansible/executor/task_executor.py ##### ADDITIONAL INFORMATION ```paste below ```
### Summary The way in which we are using `retry_with_delays_and_condition` along with `generate_jittered_backoff` may prevent subsequent failures from retrying if the generator was consumed by previous calls to `_call_galaxy`. It...