From ee7f8d018e96860120b09be1e705313a26b665d8 Mon Sep 17 00:00:00 2001 From: Maykel Moya Date: Wed, 20 Feb 2013 01:01:57 +0100 Subject: [PATCH] file module should check invalid arguments (fixes #2135) --- library/file | 1 - 1 file changed, 1 deletion(-) diff --git a/library/file b/library/file index 8091e4d7f55..107bd7cc56d 100644 --- a/library/file +++ b/library/file @@ -136,7 +136,6 @@ def main(): global module module = AnsibleModule( - check_invalid_arguments = False, argument_spec = dict( state = dict(choices=['file','directory','link','absent'], default='file'), path = dict(aliases=['dest', 'name'], required=True),