mnussbaum / ansible-yay

Ansible module to install AUR packages with yay
MIT License
55 stars 14 forks source link

Skip the repo check when a version mismatch doesn't matter #3

Closed ejwmoreau closed 2 years ago

ejwmoreau commented 2 years ago

Hi :)

It's up to you if you want to accept this change or not, but I thought it would be a worthwhile change to suggest

I made a similar change to the pacman Ansible module, and in my testing it sped up some pacman usage by 73% :smile: https://github.com/ansible-collections/community.general/pull/3606

Happy to answer any questions or concerns you might have!

ejwmoreau commented 2 years ago

cc @mnussbaum (just in case Github didn't send a notification to you)

mnussbaum commented 2 years ago

@ejwmoreau thanks for the contribution! I'll try and review it this week

mnussbaum commented 2 years ago

Looks great, thanks again!