homebrew: respect greedy flag for cask upgrade_all (#6267)

* homebrew: respect greedy flag for cask upgrade_all

* homebrew: implement feedback from code review
This commit is contained in:
Claude Becker
2023-04-13 06:41:23 +02:00
committed by GitHub
parent ea8720f572
commit 6c5c05dfdc
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- homebrew_cask - allows passing ``--greedy`` option to ``upgrade_all`` (https://github.com/ansible-collections/community.general/pull/6267).