homebrew: Add info about changed packages (#31)

homebrew now returns details about changed and unchanged packages
after performing the operations.

Fixes: ansible/ansible#59376

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-04-01 17:32:25 +05:30
committed by GitHub
parent de0409e793
commit d921968504
2 changed files with 45 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- Add information about changed packages in homebrew returned facts (https://github.com/ansible/ansible/issues/59376).