diff --git a/lib/ansible/module_utils/basic.py b/lib/ansible/module_utils/basic.py index 6c19e1305d4..baf662e96f1 100644 --- a/lib/ansible/module_utils/basic.py +++ b/lib/ansible/module_utils/basic.py @@ -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()