1
0
Fork 0
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:
Michael DeHaan 2012-08-01 09:33:20 -04:00
parent cfea9c54bb
commit f60517aa33

View file

@ -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: