ansible/galaxy-issues

Ansible Galaxy doesn't see a role from my organization

Closed this issue · 3 comments

I linked galaxy with my github account and I can see 3 Ansible roles I have once created. Yesterday, Corda organization granted Ansible Galaxy access to it's data:

An organization owner has approved the following application to access private data in the Corda organization:

"Ansible Galaxy" from Ansible

Because you are a member of the Corda organization and have already granted this application access to your personal account, Ansible Galaxy can now access Corda organization resources on your behalf.

but I don't see https://github.com/corda/corda-ansible in my roles. Why?

You have to be collaborator on the role's GitHub repo. Galaxy checks the GitHub API to see that the repo is in the list returned by the user/repos endpoint.

@chouseknecht - thanks for your answer. The problem is that I'm (user: wawrzek) a collaborator in corda-ansible role. - I'm checking it Setting->Collaborators (https://github.com/corda/corda-ansible/settings/collaboration)

I can see it now. No changes applied on my side.