I deleted my package and re-uploaded it to galaxy because I was trying to get it to properly parse my dependencies. My assumption was that maybe - since the source is closed - it would only properly parse dependencies the first time I import a package, and at that point in time the dependencies where NOT listed properly. But this was wrong.
The correct dependency URL is now https://galaxy.ansibleworks.com/api/v1/roles/<https://galaxy.ansibleworks.com/api/v1/roles/105/dependencies> 156/dependencies<https://galaxy.ansibleworks.com/api/v1/roles/105/dependencies> (105 -> 156) But the issue remains. Any advice? Am Samstag, 4. Januar 2014 03:38:31 UTC+1 schrieb Michael DeHaan: > > I'm getting a permission error actually. Are you getting this when > visiting the dependency URL? > > " "detail": "You do not have permission to perform this action." > > This is almost definitely on our side, but let me know the above and I'll > get this queued up. > > I know we tested some dependency things, so it's probably just a question > of why it's returning the above :) > > > > > On Fri, Jan 3, 2014 at 6:52 AM, Raphael Randschau > <[email protected]<javascript:> > > wrote: > >> Hey there, >> >> I just realised that installing galaxy roles does not download the >> dependencies listed in the meta/main.yml. >> >> Take for example one of my roles, rails-deployment: meta/main.yml does >> list my dependencies (which is properly formatted according to galaxy >> source: >> >> >> https://github.com/nicolai86/ansible-rails-deployment/blob/v0.3.2/meta/main.yml >> >> but the api does NOT list my dependencies, thus failing to install them >> when installing the above role: >> >> https://galaxy.ansibleworks.com/api/v1/roles/105/dependencies >> >> Is this a bug in ansible galaxy, is the galaxy source wrong, or is it a >> fault on my side? please advise. >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ansible Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Michael DeHaan <[email protected] <javascript:>> > CTO, AnsibleWorks, Inc. > http://www.ansibleworks.com/ > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
