From c4ca6fc2193d4747fe55698539fca5fd5d676819 Mon Sep 17 00:00:00 2001
From: Maykel Moya <mmoya@mmoya.org>
Date: Wed, 20 Feb 2013 01:01:57 +0100
Subject: [PATCH] file module should check invalid arguments (fixes #2135)

---
 file | 1 -
 1 file changed, 1 deletion(-)

diff --git a/file b/file
index 8091e4d7f55..107bd7cc56d 100644
--- a/file
+++ b/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),