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

Running ansible-galaxy role info bump number of downloads #3410

Open
marcinpraczko opened this issue Oct 28, 2024 · 0 comments
Open

Running ansible-galaxy role info bump number of downloads #3410

marcinpraczko opened this issue Oct 28, 2024 · 0 comments

Comments

@marcinpraczko
Copy link

Bug Report

SUMMARY

I've noticed that every time when I am running command ansible-galaxy role info this increases number of download.
However I do not see this from Ansible Galaxy GUI (Web portal)

STEPS TO REPRODUCE

Run commands to check info from ansible-galaxy:

ansible-galaxy role info <name of role in galaxy>
... (and in output)
download_count: 137082
...

# Re-run the same command
ansible-galaxy role info <name of role in galaxy>
download_count: 137083
EXPECTED RESULTS

In my opinion checking info about galaxy role should not increase download count

ACTUAL RESULTS

Every time running command related with info is increasing number of downloads which is really not true, as getting details about info should show only info and not increasing download count (Show info is not the same like download)

Working on:
package ansible 10.4.0, installed using Python 3.12.3

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