mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fixing ansible_*_interpreter use
Fixes ansible/ansible-modules-core#1459
This commit is contained in:
@@ -170,7 +170,7 @@ class ActionModule(ActionBase):
|
||||
self._task.args['ssh_args'] = constants.ANSIBLE_SSH_ARGS
|
||||
|
||||
# run the module and store the result
|
||||
result = self._execute_module('synchronize')
|
||||
result = self._execute_module('synchronize', task_vars=task_vars)
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user