mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
temporarily disable failing check on some things
This commit is contained in:
parent
cfea9c54bb
commit
f60517aa33
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ class AnsibleModule(object):
|
|||
|
||||
self._legal_inputs = []
|
||||
self._handle_aliases()
|
||||
self._check_invalid_arguments()
|
||||
# temporarily disabled
|
||||
# self._check_invalid_arguments()
|
||||
self._set_defaults(pre=True)
|
||||
|
||||
if not bypass_checks:
|
||||
|
|
Loading…
Reference in a new issue