Commit f60517aa by Michael DeHaan

temporarily disable failing check on some things

parent cfea9c54
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment