Unfortunately we still have the duplicate roles due to the namespace/github_user mismatch.
[jtanner@p1 ~]$ curl -s -L http://galaxy.ansible.com/api/v1/roles/?owner__username=secure-diversITy | jq .
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 32284,
"upstream_id": 62892,
"created": "2023-08-01T21:17:31.604297Z",
"modified": "2023-08-08T21:26:17.915254Z",
"imported": "2023-08-08T02:56:46.468613-04:00",
"github_user": "secure-diversITy",
"username": "secure-diversITy",
"github_repo": "ansible_role_notify-teams",
"github_branch": "master",
"commit": "bfb90d286f3ce3ad332f75f305cf10bb70602bb4",
"commit_message": "Update README.md",
"name": "notify_teams",
"description": "Notification handler for MS-Teams",
"summary_fields": {
"dependencies": [],
"namespace": {
"id": 7973,
"name": "secure-diversITy",
"avatar_url": "https://github.com/secure-diversITy.png"
},
"provider_namespace": null,
"repository": {
"name": "notify_teams",
"original_name": "ansible_role_notify-teams"
},
"tags": [
"msteams",
"notification"
],
"versions": []
},
"download_count": 161
}
]
}
[jtanner@p1 ~]$ curl -s -L http://galaxy.ansible.com/api/v1/roles/?owner__username=sedi | jq .
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 35988,
"upstream_id": 62892,
"created": "2023-09-28T23:32:16.979558Z",
"modified": "2023-10-10T00:48:31.278852Z",
"imported": "2023-08-08T02:56:46.468613-04:00",
"github_user": "secure-diversITy",
"username": "sedi",
"github_repo": "ansible_role_notify-teams",
"github_branch": "master",
"commit": "bfb90d286f3ce3ad332f75f305cf10bb70602bb4",
"commit_message": "Update README.md",
"name": "notify_teams",
"description": "Notification handler for MS-Teams",
"summary_fields": {
"dependencies": [],
"namespace": {
"id": 9792,
"name": "sedi",
"avatar_url": "https://github.com/sedi.png"
},
"provider_namespace": {
"id": 1204,
"name": "sedi",
"pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/1204/"
},
"repository": {
"name": "notify_teams",
"original_name": "ansible_role_notify-teams"
},
"tags": [
"msteams",
"notification"
],
"versions": []
},
"download_count": 175
}
]
}
I’ve been working on a process to clean those up and deduplicate.