mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Split -vv from -vvv
This commit is contained in:
parent
cac4effd8f
commit
85ba71a7fe
2 changed files with 9 additions and 3 deletions
|
@ -37,7 +37,7 @@ from ansible import errors
|
|||
from ansible import module_common
|
||||
import poller
|
||||
import connection
|
||||
from ansible.callbacks import DefaultRunnerCallbacks, vvv
|
||||
from ansible.callbacks import DefaultRunnerCallbacks, vv, vvv
|
||||
|
||||
HAS_ATFORK=True
|
||||
try:
|
||||
|
@ -249,7 +249,7 @@ class Runner(object):
|
|||
module_name = 'command'
|
||||
self.module_args += " #USE_SHELL"
|
||||
|
||||
vvv("ARGS %s" % self.module_args, host=conn.host)
|
||||
vv("REMOTE_MODULE %s %s" % (module_name, self.module_args), host=conn.host)
|
||||
exec_rc = self._execute_module(conn, tmp, module_name, self.module_args, inject=inject)
|
||||
return exec_rc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue