ansible-aur
ansible-aur copied to clipboard
Add diff support even when not running in check mode
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.
Sorry I had missed your commit and there are now some conflicts, do you confirm your interest in this functionality?
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.