6 lines
304 B
YAML
6 lines
304 B
YAML
|
major_changes:
|
||
|
- >-
|
||
|
AnsibleModule - use ``ArgumentSpecValidator`` class for validating argument spec and remove
|
||
|
private methods related to argument spec validation. Any modules using private methods
|
||
|
should now use the ``ArgumentSpecValidator`` class or the appropriate validation function.
|