mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
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:
parent
dfff608ceb
commit
becb4765c3
3 changed files with 3 additions and 3 deletions
|
@ -700,7 +700,7 @@ Instead of calling the module once for each item, the module is called once with
|
|||
|
||||
The default value for this setting is only for certain package managers, but it can be used for any module::
|
||||
|
||||
squash_actions = apk,apt,dnf,package,pacman,pkgng,yum,zypper
|
||||
squash_actions = apk,apt,dnf,homebrew,package,pacman,pkgng,yum,zypper
|
||||
|
||||
Currently, this is only supported for modules that have a name parameter, and only when the item is the
|
||||
only thing being passed to the parameter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue