You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
EXPECTED RESULTS
In my opinion checking
info
about galaxy role should not increase download countACTUAL 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
The text was updated successfully, but these errors were encountered: