Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not sort galaxy_tags on roles in galaxy.ansible.com/ui #3291

Open
vbotka opened this issue Nov 27, 2023 · 0 comments
Open

Do not sort galaxy_tags on roles in galaxy.ansible.com/ui #3291

vbotka opened this issue Nov 27, 2023 · 0 comments

Comments

@vbotka
Copy link

vbotka commented Nov 27, 2023

Bug Report

SUMMARY

I expect Galaxy to keep the order of the tags from galaxy_info in meta file

https://raw.githubusercontent.com/vbotka/ansible-freebsd-pf/master/meta/main.yml

  galaxy_tags:
    - freebsd
    - firewall
    - pf
    - sshguard
    - blacklistd
    - fail2ban

It is reasonable to expect that the tags are ordered by the significance. The most significant first. Instead, the tags are sorted and the most significant tags are hidden

https://galaxy.ansible.com/ui/standalone/roles/vbotka/freebsd_pf/

blacklistd fail2ban firewall (3 more)

This order of tags is misleading. It would be better not to display them at all if sorted.

STEPS TO REPRODUCE

Open the above links.

EXPECTED RESULTS

I expect Galaxy to keep the order of the tags from galaxy_info

freebsd firewall pf sshguard blacklistd fail2ban
ACTUAL RESULTS

The tags are sorted

blacklistd fail2ban firewall (3 more)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant