Slavek Kabrda
Slavek Kabrda
Hi 👋 thanks for sending the PR! While I do agree with the idea of making this configurable, I think that if user provides an explicit value, it should override...
Hi 👋 What I meant in my previous comment is that if `datadog_skip_install` is provided explicitly by the user, we should skip all the other tasks that possibly set it...
Hi! Thanks for sending the PR. While this seems to work for now, it might break if the output string changed or became localized. I think it would be better...
@grizzlyhazard hi 👋 do you have any other issues specifically other than the one reported in the root comment here? If so, I'd definitely like to know what they are...
Hi 👋 thanks for opening this issue. The reason why this happens is that `datadog.datadog` is a role, not a collection. It is possible to migrate a role to a...
I have it on my TODO list to look into making this role into collection. Most importantly, I need to look into the implications for backwards compatibility for users of...
@briantist thanks a lot for your comment, it's very helpful. We currently have to support Ansible 2.6+, which IIUC doesn't work with collections, so I think we'd have to figure...
@briantist thanks a lot for the context. I'll bring this up with the rest of my team and we'll try to see how we could best make this work for...
Hi 👋 I think you're basically hitting a variation of https://github.com/DataDog/ansible-datadog/issues/366, which as noted in comment https://github.com/DataDog/ansible-datadog/issues/366#issuecomment-878863752 is more of an Ansible issue rather than issue with the DD role....
Sounds good. I'll also keep this in mind and let you know if I figure out a better way to do these things.