Merge pull request #12188 from amenonsen/easy-debug
Show module name and args with -vvv
This commit is contained in:
commit
d00c445d2c
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class ActionBase:
|
|||
if self._play_context.no_log:
|
||||
module_args['_ansible_no_log'] = True
|
||||
|
||||
self._display.debug("in _execute_module (%s, %s)" % (module_name, module_args))
|
||||
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)
|
||||
if not shebang:
|
||||
|
|
Loading…
Reference in a new issue