diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 4b4262305af..2a9f7cf725a 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -231,7 +231,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,homebrew,package,pacman,pkgng,yum,zypper +#squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper # prevents logging of task data, off by default #no_log = False