mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
file module should check invalid arguments (fixes #2135)
This commit is contained in:
parent
1784fd80cc
commit
ee7f8d018e
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue