f0ec10dbc3
* Initial import of modified version of alikins' code * Add unit testing for new Role methods * Fix validate_arg_spec module for sanity test. Add test_include_role_fails.yml integration test from orig PR. * Add testing of suboptions * Use new ArgumentSpecValidator class instead of AnsibleModule * fix for roles with no tasks, use FQ name of new plugin * Add role dep warning
4 lines
213 B
YAML
4 lines
213 B
YAML
major_changes:
|
|
- Support for role argument specification validation at role execution time.
|
|
When a role contains an argument spec, an implicit validation task is inserted
|
|
at the start of role execution.
|