Galaxy datadog.datadog duplicate
Can't seem to install latest versions since there are duplicate roles on Galaxy: https://galaxy.ansible.com/ui/dispatch/?pathname=%2FDataDog%2Fdatadog
Warning: [WARNING]: - datadog.datadog was NOT installed successfully: - the specified
version (4.24.0) of datadog.datadog was not found in the list of available
versions...
There's also a third one, which seems to be a collection: https://galaxy.ansible.com/ui/repo/published/datadog/dd/
Which one should we be using??
requirements.yml file for replication:
---
roles:
- name: datadog.datadog
version: 4.24.0
👋 Thanks for reporting @jack-rep, it looks like there was an issue with the release earlier today.
I'll see if I can get it resolved here.
@jack-rep, I think I fixed it - can you try again? The "correct" role on Galaxy should be DataDog.datadog.
The collection was more recently added, and I believe you're free to use either the role or the collection (though we haven't updated the collection for the most recent version, but plan to do so Monday).
seems now they are both on v4.24.0. Thank you. But there are still two of them? why not delete one? It's not case sensitive when I invoke it, it automatically goes to DataDog.datadog even if i spell it all lowercase.
I'll leave the issue open as we figure out what to do with the duplicate, I'm double checking things because I'd rather it not end up deleting both 😉