kewlfft / ansible-aur

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

Uninstallation of Packages #20

Closed Vi1i closed 6 years ago

Vi1i commented 6 years ago

I think a feature to be able to uninstall packages would be great, currently I am having to use a command or shell to do so.

With that said, I now have a heavy requirement of ansible-aur, so I would be interested in contributing if it is possible.

kewlfft commented 6 years ago

There is the pacman module to uninstall packages, why should it duplicate the function?

Vi1i commented 6 years ago

Hmm I see your point, I didn't think of that for some reason.