Galaxy username rules

Hi,

I have problem with username michael.heca to Galaxy. Role is not installable from this account, because ‘.’ in username.
Please disallow ‘.’ in username.

Please allow same username as on Github. There if now limit on length. On Github I have 5 char in username.

Regards
Michael Heca

Check if this commit resolves your issue: https://github.com/ansible/ansible/commit/ccbc99fe4fa415a7d30ab173a3d5d8733cd50ef8

This commit works:

heca@pc-heca: ~/work/ansible/tmp $ ansible-galaxy install michael.heca.apt
downloading role ‘apt’, owned by michael.heca
no version specified, installing master

but now is problem with roles containing ‘.’ in name

heca@pc-heca: ~/work/ansible/tmp $ ansible-galaxy install binarytemple.ubuntu.docker.installer
downloading role ‘installer’, owned by binarytemple.ubuntu.docker
Sorry, binarytemple.ubuntu.docker.installer was not found on galaxy.ansibleworks.com.

Thanks
–mh

Dne pondělí, 6. ledna 2014 17:10:33 UTC+1 James Tanner napsal(a):

Yep, looks like this should be

parts[1:-1]

or something similar.

I’ll pass this along!