Skip to content

Commit

Permalink
file module should check invalid arguments (fixes ansible#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoya committed Mar 4, 2013
1 parent 1784fd8 commit ee7f8d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/file
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ee7f8d0

Please sign in to comment.