ansible / galaxy-issues

This repository exists solely for the tracking of user issues with Ansible Galaxy.
20 stars 3 forks source link

Import removes all instances of ansible in the role name #257

Closed thedumbtechguy closed 7 years ago

thedumbtechguy commented 7 years ago

I created a role ansible-role-ansible-semaphore hoping to get the name ansible-semaphore. However, galaxy stripped ansible-role-ansible- from the name.

I am sure I can change the role name to be what I want, but I don't know if this is a bug or expected behavior.

chouseknecht commented 7 years ago

We purposefully strip ansible and role from the name. Maybe the replace is too greedy, but that's why you have the ability to edit the role name. You can edit, and set it to whatever you like.

Sounds like editing the role name is working as expected. Closing for now.