1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

jsonarg bikeshed to json, arg type implies 'arg'

This commit is contained in:
Brian Coca 2016-07-26 09:50:21 -04:00
parent 4e14b7b783
commit 92870ee996

View file

@ -667,6 +667,7 @@ class AnsibleModule(object):
'path': self._check_type_path, 'path': self._check_type_path,
'raw': self._check_type_raw, 'raw': self._check_type_raw,
'jsonarg': self._check_type_jsonarg, 'jsonarg': self._check_type_jsonarg,
'json': self._check_type_jsonarg,
} }
if not bypass_checks: if not bypass_checks:
self._check_required_arguments() self._check_required_arguments()