mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
@@ -37,7 +37,7 @@ class ActionModule(object):
|
||||
def run(self, conn, tmp, module_name, module_args, inject):
|
||||
|
||||
if self.runner.check:
|
||||
return ReturnData(conn=conn, comm_ok=True, result=dict(skipped=True, msg='check mode not supported for this module')
|
||||
return ReturnData(conn=conn, comm_ok=True, result=dict(skipped=True, msg='check mode not supported for this module'))
|
||||
|
||||
args = parse_kv(module_args)
|
||||
if not 'hostname' in args:
|
||||
|
||||
Reference in New Issue
Block a user