diff --git a/hacking/test-module b/hacking/test-module index 7928ca9b4b..c07d973fe1 100755 --- a/hacking/test-module +++ b/hacking/test-module @@ -126,7 +126,7 @@ def boilerplate_module(modfile, args, interpreters, check, destfile): # default selinux fs list is pass in as _ansible_selinux_special_fs arg complex_args['_ansible_selinux_special_fs'] = C.DEFAULT_SELINUX_SPECIAL_FS complex_args['_ansible_tmp'] = C.DEFAULT_LOCAL_TMP - comlpex_args['_ansible_keep_remote_files'] = C.DEFAULT_KEEP_REMOTE_FILES + complex_args['_ansible_keep_remote_files'] = C.DEFAULT_KEEP_REMOTE_FILES if args.startswith("@"): # Argument is a YAML file (JSON is a subset of YAML)