ansible / galaxy-issues

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

tag not being deleted #251

Closed steenzout closed 7 years ago

steenzout commented 7 years ago

I import the role again and again and it doesn't change anything.

e.g. https://galaxy.ansible.com/ansiblebit/oracle-java/ vs https://github.com/ansiblebit/oracle-java/releases

Let me know if there is an option for me to clear the v versions out.

thank you!

roumano commented 7 years ago

It's a important issue as user are always installing old version of roles...

chouseknecht commented 7 years ago

Fixed with this commit. https://github.com/ansible/galaxy/commit/b4d1ca1029bc3b1ab0e4c1c74e74577e3cca42f9

Will push this into production either tonight or tomorrow evening.

chouseknecht commented 7 years ago

@steenzout

You can view the updated role at our QA site: https://galaxy-qa.ansible.com/ansiblebit/oracle-java/

chouseknecht commented 7 years ago

This is now in production, and the oracle-java role is up to date, with the correct tags.

steenzout commented 7 years ago

@chouseknecht thank you!