Matt Martz

Results 103 issues of 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...

needs_revision
new_plugin
test
ci_verified
support:core
bug
affects_2.14

##### 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...

needs_rebase
WIP
stale_ci
support:community
support:core
feature
fallible
affects_2.14

##### 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 *...

needs_revision
needs_rebase
WIP
stale_ci
support:community
support:core
docs
feature
affects_2.11
stale_pr

##### 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...

needs_revision
WIP
ci_verified
stale_ci
support:core
feature
fallible
affects_2.12

##### 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...

WIP
stale_ci
support:community
support:core
bug
has_issue
affects_2.14

##### 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...

needs_revision
needs_rebase
needs_ci
support:core
feature
affects_2.13

##### 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 ```

bug
affects_2.15

### 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...

feature
affects_2.15

##### 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 ```

bug
affects_2.15

### 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...

bug
affects_2.15