Matt Martz
Matt Martz
Looks like there is a merge conflict with blockinfile. We recently removed the six imports, so I'm guessing there is a conflict with the use of `b()` from six.
If I were to guess, this is related to passing the context and the CA cert both to `Request.open`, with the expectation that the ca cert will be added to...
I think the most reasonable way to implement this, at least just for the underlying APIs would be the following: Patch... ```diff diff --git a/lib/ansible/module_utils/urls.py b/lib/ansible/module_utils/urls.py index a1e36a6c5c..3273e8cf09 100644 ---...
You have something explicitly outputting the following to stdout which is the reason for the warning. This warning exists as it can interfere with the ability to parse the JSON...
I cannot replicate this behavior: ``` [localhost] TASK: Install a package (debug)> p task_vars['pkg_name'] 'not_exist' [localhost] TASK: Install a package (debug)> task_vars['pkg_name'] = 'bash' [localhost] TASK: Install a package (debug)>...
cc @oliverralbertini @connernilsen if either of you are interested
@hsanson I've addressed the linting issue that CI uncovered. I think the tests can be kicked off again.
Since prior Ubuntu versions that also include sudo-rs do not ship our minimum need of 0.2.5, we'll want to add a non-LTS Ubuntu (25.10) to CI, likely being replaced as...
Yeah, I'm just not sure exactly how to get around confusion like this: https://github.com/ansible/ansible/issues/83661 It seems to only be increasing right now, and this little change can potentially make a...
The `rpm_key` issue will be resolved by https://github.com/ansible/ansible/issues/86157