mnussbaum / ansible-yay

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

Possible extra options #5

Open Mjolinir opened 2 years ago

Mjolinir commented 2 years ago

Maybe some extra arguments possible like the community pacman module? https://docs.ansible.com/ansible/latest/collections/community/general/pacman_module.html

Would allow you to exclude certain packages, etc.

mnussbaum commented 2 years ago

I'm definitely open to a PR for that if you're interested in implementing it