mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
jsonarg bikeshed to json, arg type implies 'arg'
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user