file module should check invalid arguments (fixes #2135)

reviewable/pr18780/r1
Maykel Moya 12 years ago
parent 809140c847
commit c4ca6fc219

@ -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),

Loading…
Cancel
Save