-
Notifications
You must be signed in to change notification settings - Fork 329
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
Repository description not updating #1165
Comments
CC: @privateip |
CC: @rcarrillocruz |
Working on a fix for this now. Will get it into production ASAP. In the meantime, if you want us to, we can go through and update ansible-network repos with the current GitHub descr. Just give me the nod to do so. |
Awesome, thanks @chouseknecht ! Based on feedback from @privateip all the text should be updated. Here are the entries that probably need to be manually updated: https://galaxy.ansible.com/ansible-network/aws |
As requested, manually updated the aws, azure, openstack, and rhel roles with a description value matching the GitHub repository description. Going forward, please make sure the correct description is set in the |
Bug Report
SUMMARY
It appears we set the Repository object description during creation, but then never update it during subsequent content imports. The initial value is set to the GitHub repository description, and then remains frozen, despite modifying the repo description on GitHub and modifying the description value in
meta/main.yml
.STEPS TO REPRODUCE
GitHub repo description change:
Metadata description change:
meta/main.yml
, and push the change to GitHubEXPECTED RESULTS
Since we're working on not being tightly coupled to GitHub, we should update the Repository description with the value found in the Collection metadata. So for a traditional role, modifying
meta/main.yml
should result in a change to the Repository objects's description value.ACTUAL RESULTS
No way to update the Repository object description.
The text was updated successfully, but these errors were encountered: