kewlfft / ansible-aur

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

Add diff support even when not running in check mode #72

Open c2d7fa opened 2 years ago

c2d7fa commented 2 years ago

Hi, thanks for making this collection!

Pull-request #36 added diff support when running with --diff --check. This pull-request extends --diff support to work even when running without --check.

This partially fixes issue #64, except that the diff only contains newly installed packages, and not ones that were merely upgraded.

kewlfft commented 1 year ago

Sorry I had missed your commit and there are now some conflicts, do you confirm your interest in this functionality?

c2d7fa commented 1 year ago

No problem, thanks for taking a look! I'm still interested, so I just pushed a new commit that should work with the new changes.