|
|
|
|
@ -34,7 +34,7 @@ class ActionModule(object):
|
|
|
|
|
def __init__(self, runner):
|
|
|
|
|
self.runner = runner
|
|
|
|
|
|
|
|
|
|
def run(self, conn, tmp, module_name, module_args, inject, complex_args=None, **kwargs)
|
|
|
|
|
def run(self, conn, tmp, module_name, module_args, inject, complex_args=None, **kwargs):
|
|
|
|
|
|
|
|
|
|
if self.runner.check:
|
|
|
|
|
return ReturnData(conn=conn, comm_ok=True, result=dict(skipped=True, msg='check mode not supported for this module'))
|
|
|
|
|
|