Oefenweb / ansible-r

Ansible role to set up (the latest version of) R in Ubuntu systems
MIT License
42 stars 27 forks source link

Can't install a role using Ansible Galaxy #14

Closed lesniakania closed 7 years ago

lesniakania commented 7 years ago
- downloading role 'ansible-r', owned by
 [WARNING]: - ansible-r was NOT installed successfully: Role has no field named u'owner'

And it's not actually only a warning. The role was indeed not installed :]

tersmitten commented 7 years ago

I don't think this a problem on our side. Is it possible that it is related to https://github.com/ansible/ansible/issues/19469?

lesniakania commented 7 years ago

Hm. Not sure, I'm new to Ansible. I try to install your playbook from Ansible Galaxy according to http://docs.ansible.com/ansible/galaxy.html this way:

- src:
  name: ansible-r
  version: 1.2.5
tersmitten commented 7 years ago

Do you want to install from Github or Galaxy?

tersmitten commented 7 years ago

As I understand (but I don't use Galaxy) this should work:

- src: tersmitten.r
  version: 1.2.5
- src: https://github.com/Oefenweb/ansible-r
  version: 1.2.5
lesniakania commented 7 years ago

Yeah, I've already installed using the second option. It may be kind of obvious but maybe putting this in README is a good idea. Anyway, thanks for your time :)