module invocation info depends on verbosity
since we were removing it on display, this saves us even transmiting it back
This commit is contained in:
parent
58f387a6dd
commit
a56c0bc27b
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class AnsibleModule(object):
|
|||
|
||||
self._set_defaults(pre=False)
|
||||
|
||||
if not self.no_log:
|
||||
if not self.no_log and self._verbosity >= 3:
|
||||
self._log_invocation()
|
||||
|
||||
# finally, make sure we're in a sane working dir
|
||||
|
|
Loading…
Reference in a new issue