Commit 4da04b21 by Michael DeHaan

Merge pull request #2294 from mmoya/bug-fixes

file module should check invalid arguments (fixes #2135)
parents c53653dc ee7f8d01
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment