module invocation info depends on verbosity

since we were removing it on display, this saves us even transmiting it back
pull/4420/head
Brian Coca 2016-01-13 11:00:17 -05:00
parent 58f387a6dd
commit a56c0bc27b
1 changed files with 1 additions and 1 deletions

View File

@ -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