Matt Martz
Matt Martz
##### SUMMARY Fix `--role-file` arg detection. Fixes #78204 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME lib/ansible/cli/galaxy.py ##### ADDITIONAL INFORMATION This does not address any edge cases with...
##### SUMMARY Use MANIFEST.in style directives to build collection ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME lib/ansible/galaxy/collection/__init__.py ##### ADDITIONAL INFORMATION ```paste below ```
This PR aims to add the ability to perform socket based tests in addition to the current HTTP based tests. ``` python speedtest.py --socket ```
This PR aims to: 1. Always use https when communicating with speedtest.net infra 1. Add a new argument to not validate SSL certs on Python versions where supported
In https://github.com/ansible/ansible/issues/49457 the bot recently changed the labels from community to core. This happened after `route53_facts` was renamed to `route53_info`. Is the bot not following the symlinks?
### Summary The config option `CALLBACKS_ENABLED.ini.0` should be removed from `lib/ansible/config/base.yml`. It was scheduled for removal in 2.15. ### Issue Type Bug Report ### Component Name `lib/ansible/config/base.yml` ### Ansible Version...
### Summary The config option `CALLBACKS_ENABLED.env.0` should be removed from `lib/ansible/config/base.yml`. It was scheduled for removal in 2.15. ### Issue Type Bug Report ### Component Name `lib/ansible/config/base.yml` ### Ansible Version...
### Summary The config option `ANSIBLE_COW_ACCEPTLIST.ini.0` should be removed from `lib/ansible/config/base.yml`. It was scheduled for removal in 2.15. ### Issue Type Bug Report ### Component Name `lib/ansible/config/base.yml` ### Ansible Version...
### Summary The config option `ANSIBLE_COW_ACCEPTLIST.env.0` should be removed from `lib/ansible/config/base.yml`. It was scheduled for removal in 2.15. ### Issue Type Bug Report ### Component Name `lib/ansible/config/base.yml` ### Ansible Version...
##### SUMMARY Add ssh_args and friends back, add var for proxy_command. Fixes #78750 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME lib/ansible/plugins/connection/paramiko_ssh.py ##### ADDITIONAL INFORMATION ```paste below ```