From 52ded67db5557d84d90223e3740e45967e561d2a Mon Sep 17 00:00:00 2001 From: Alberto Gireud Date: Sun, 8 Nov 2015 20:55:10 -0600 Subject: [PATCH] Update check mode argument --- hacking/test-module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/test-module b/hacking/test-module index 412b39452c3..d9f19b70b11 100755 --- a/hacking/test-module +++ b/hacking/test-module @@ -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,