mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
temporarily disable failing check on some things
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user