mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 20:09:08 -07:00
Merge pull request #11880 from bcoca/configurable_squash
made squashable with_ plugin list configurable
This commit is contained in:
commit
a4ffa09414
2 changed files with 6 additions and 3 deletions
|
@ -49,7 +49,7 @@ class TaskExecutor:
|
|||
|
||||
# Modules that we optimize by squashing loop items into a single call to
|
||||
# the module
|
||||
SQUASH_ACTIONS = frozenset(('apt', 'yum', 'pkgng', 'zypper', 'dnf'))
|
||||
SQUASH_ACTIONS = frozenset(C.DEFAULT_SQUASH_ACTIONS)
|
||||
|
||||
def __init__(self, host, task, job_vars, play_context, new_stdin, loader, shared_loader_obj):
|
||||
self._host = host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue