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 in check mode #36

Closed juergenhoetzel closed 4 years ago

juergenhoetzel commented 4 years ago

it would be nice to see exactly what changes will be made:

TASK [aur] *****************************************************************************************************************************
--- before
+++ after
@@ -0,0 +1,2 @@
+dotnet-sdk-lts
+gitea-tea

changed: [herakles]
kewlfft commented 4 years ago

very nice addition, thanks