Hey Chris- Noticed also that `dependencies:` is defined incorrectly in your meta/main.yml. It needs to be an array.
Change line 107 to: dependencies: [] And, I believe that should fix the import issue. I've added code to the Galaxy import process to surface this error on the UI. The change will land in our next release. Apologies for the inconvenience. Let me know, if you still run into issues. Chris Houseknecht chouse at ansible.com On Friday, September 11, 2015 at 1:44:58 PM UTC-4, Christopher Mancini wrote: > > Hello, I attempted to add a role to Ansible Galaxy, but no matter what I > try, it fails to import. I think its not saving the data properly. Here are > the details. > > Repository: https://github.com/basho-labs/ansible-riak > > Input to 'Add a Role' form: > GH User: basho-labs > GH Repo: ansible-riak > alt name: riak-kv > > resulting role: https://galaxy.ansible.com/list#/roles/5077 > > GH Repo button on above page links to https://github.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]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4d131ff1-5669-4e51-b0e2-47eef43bfd4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
