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:
parent
4e14b7b783
commit
92870ee996
1 changed files with 1 additions and 0 deletions
|
@ -667,6 +667,7 @@ class AnsibleModule(object):
|
|||
'path': self._check_type_path,
|
||||
'raw': self._check_type_raw,
|
||||
'jsonarg': self._check_type_jsonarg,
|
||||
'json': self._check_type_jsonarg,
|
||||
}
|
||||
if not bypass_checks:
|
||||
self._check_required_arguments()
|
||||
|
|
Loading…
Reference in a new issue