mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user