kewlfft / ansible-aur

Ansible module to manage packages from the AUR
GNU General Public License v3.0
294 stars 46 forks source link

pkglist support? #45

Closed oldsouless closed 3 years ago

oldsouless commented 4 years ago

Great work; does this module support reading from a package list like so: {helper} -S - < pkglist.txt;

ckotte commented 3 years ago

Why would you need this if you can specify the package list in the ansible task via a loop?

oldsouless commented 3 years ago

@ckotte you're right, that is a better option; thanks.