Add homebrew in squash_actions list (#16966)

`homebrew`, like other package modules in the existing `squash_actions` list can
benefit from `with_items` loops optimization.
This commit is contained in:
Indrajit Raychaudhuri
2016-09-30 17:07:09 -05:00
committed by Brian Coca
parent dfff608ceb
commit becb4765c3
3 changed files with 3 additions and 3 deletions

View File

@@ -226,7 +226,7 @@
# when looping. Instead of calling the module once per with_ item, the
# module is called once with all items at once. Currently this only works
# under limited circumstances, and only with parameters named 'name'.
#squash_actions = apk,apt,dnf,package,pacman,pkgng,yum,zypper
#squash_actions = apk,apt,dnf,homebrew,package,pacman,pkgng,yum,zypper
# prevents logging of task data, off by default
#no_log = False