mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Update check mode argument
This commit is contained in:
@@ -129,7 +129,7 @@ def boilerplate_module(modfile, args, interpreter, check, destfile):
|
||||
task_vars[interpreter_type] = interpreter_path
|
||||
|
||||
if check:
|
||||
complex_args['CHECKMODE'] = True
|
||||
complex_args['_ansible_check_mode'] = True
|
||||
|
||||
(module_data, module_style, shebang) = module_common.modify_module(
|
||||
modfile,
|
||||
|
||||
Reference in New Issue
Block a user