rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

Ansible Galaxy imports failing? #148

Closed geerlingguy closed 7 years ago

geerlingguy commented 7 years ago

When I view the role on Galaxy (https://galaxy.ansible.com/rvm_io/ruby/), I notice that the most recent imports have been failing:

screen shot 2017-04-18 at 10 33 55 am

Version 2.0.0 is at least in Galaxy, so that's not a huge deal, but I thought I'd point it out in case the next release doesn't get picked up.

geerlingguy commented 7 years ago

I wonder if it might be a formatting issue in main.yml: the 'company' might need to be set to an empty string if that's causing a yaml parsing error (https://github.com/rvm/rvm1-ansible/blob/master/meta/main.yml#L5).

geerlingguy commented 7 years ago

Actually, it looks like it might be galaxy_tags not being set. PR incoming...

lpaulmp commented 7 years ago

@geerlingguy Thanks