|
|
|
@ -347,8 +347,6 @@ class ActionBase:
|
|
|
|
if self._play_context.no_log:
|
|
|
|
if self._play_context.no_log:
|
|
|
|
module_args['_ansible_no_log'] = True
|
|
|
|
module_args['_ansible_no_log'] = True
|
|
|
|
|
|
|
|
|
|
|
|
self._display.vvv("Module: %s, args: %s" % (module_name, module_args))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(module_style, shebang, module_data) = self._configure_module(module_name=module_name, module_args=module_args, task_vars=task_vars)
|
|
|
|
(module_style, shebang, module_data) = self._configure_module(module_name=module_name, module_args=module_args, task_vars=task_vars)
|
|
|
|
if not shebang:
|
|
|
|
if not shebang:
|
|
|
|
raise AnsibleError("module is missing interpreter line")
|
|
|
|
raise AnsibleError("module is missing interpreter line")
|
|
|
|
|