Closed yashpalk closed 1 month ago
Hi, This is most likely an internal error, but I haven't been able to reproduce it. Could you provide more insight on your config and ideally the full logs?
Thanks, attaching the full logs for the agent role. Let me know if there are specific things you'd like to get insight on regarding our config, I think we use the defaults from the role other than the two ones listed above
Hello, and sorry for the delay. AFAICS it boils down to this task:
- name: RedHat Install Tasks
include_tasks: pkg-redhat.yml
when: ansible_facts.os_family in ["RedHat", "Rocky", "AlmaLinux"] and not agent_datadog_skip_install
being skipped while it shouldn't. This leads to a bunch of facts not being set. I'll dig further into it
Alright, I managed to reproduce this in a test. The culprit seems to be that a specific agent version is pinned in your config, which causes some shortcuts to kick in and they don't mix well with some of the newly added features.
I'll provide a fix soon and will link it to here. Thanks a lot for opening the issue and providing the logs!
Sounds good, thanks for your help!
Hey! Wanted to check when you plan to release the next version that will contain this change
Hello :wave:
We do plan on releasing a new version of the role early next week
Hey there, I'm trying to install APM via this ansible role and am seeing the following error. Is there something that I need to update with my configuration or is this an internal role error?
Running Ansible [core 2.15.12] on a rhel8 host and setting the following variables:
Error: