mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
Merge pull request #2294 from mmoya/bug-fixes
file module should check invalid arguments (fixes #2135)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user