summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc+code@indrajit.com>2016-09-30 17:07:09 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2016-09-30 18:07:09 -0400
commitbecb4765c348a7fc8219cc25c7db7025095ede70 (patch)
tree1871f0c03f32dd14f5bc55b036613cda673fdb91 /examples/ansible.cfg
parentdfff608cebe185ec4f8419f06f91808a06acc714 (diff)
downloadansible-becb4765c348a7fc8219cc25c7db7025095ede70.tar.gz
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.
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index fac5181f11..1ad716f69c 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -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