ansible: update module preload list.

This commit is contained in:
David Wilson 2018-06-07 16:45:02 +01:00
parent 76beea6554
commit 7d4f4b205f
1 changed files with 6 additions and 5 deletions

View File

@ -223,12 +223,13 @@ class ContextService(mitogen.service.Service):
self._lock.release() self._lock.release()
ALWAYS_PRELOAD = ( ALWAYS_PRELOAD = (
'ansible_mitogen.target',
'ansible.release',
'ansible.module_utils.json_utils',
'ansible_mitogen.runner',
'mitogen.fork',
'ansible.module_utils.basic', 'ansible.module_utils.basic',
'ansible.module_utils.json_utils',
'ansible.release',
'ansible_mitogen.runner',
'ansible_mitogen.target',
'mitogen.fork',
'mitogen.service',
) )
def _send_module_forwards(self, context): def _send_module_forwards(self, context):