Add documentation for squash_actions configuration setting

This commit is contained in:
Matthew Gamble 2016-03-23 20:38:12 +11:00
commit 7b06ec79e3
3 changed files with 24 additions and 1 deletions

View file

@ -199,6 +199,12 @@
#retry_files_enabled = False
#retry_files_save_path = ~/.ansible-retry
# squash actions
# Ansible can optimise actions that call modules with list parameters
# 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
# prevents logging of task data, off by default
#no_log = False