Slavek Kabrda
Slavek Kabrda
Hi @schneideradam, I did some more testing and found some issues with the pinning logic. My reproducer is: * Pin version (non-latest) of a specific tracer * Run Ansible to...
@schneideradam unfortunately there are still issues with the new logic on both Ubuntu and CentOS, let me explain: * On Ubuntu, you can't use dpkg_selections *before* the package is installed...
Hi :wave: thanks for the issue report. You're absolutely right that this won't work on Ansible < 2.10. Unfortunately maintaining compatibility with these EOLed Ansible versions is becoming harder and...
Hi :wave: thanks for opening this issue report. I have to say I'm not exactly sure where the problem is. Yes, Ansible indeed reorganizes the keys, but the resulting yaml...
Hi :wave: thanks for opening the issue and sorry for taking so long to respond. Let me try to address your problems: ## Problem 1 I see what you mean...
:wave: hi, so this is an interesting problem and I understand that you need to solve it. I've actually recently merged #475 which is technically going against the solution you...
After taking a closer look, we can definitely still implement this even after merging #475 - we can just add a block (like the one that you showed in your...
Hi :wave: I can't reproduce this on a Ubuntu 22.04 machine running in us-east-1. It's remotely possible that there's something wrong with our S3 configuration which prevents cross-account public access,...
Hi :wave: thanks for the report, I can reproduce this error. I think what we want to do is just to make sure that the `acl` package is installed if...
Hi, does this pull request work for you? For example the OAuthActiveResource::Connection.get_without_decoding doesn't work for me, as the signature of build_request_headers has been changed. I'm currently trying to test the...