e166946a0a
* Fix redundant yaml error blurbs on ModArgs parse errors Some of the AnsibleParserErrors from parsing.mod_args are created with the obj=some_yaml_ds options but some are not. If they were, we don't want to add another yaml_ds to it, because that will result in double yaml error blurbs. And since we dont need to add info, we can just re raise it. But if there is no ._obj, add it here so we get the extra detail in the error message (see issue #14790) and raise a new AnsibleParserError instance. Fixes #36848 * cleanup existing test_tasks pep8/sanity issues |
||
---|---|---|
.. | ||
role | ||
__init__.py | ||
test_attribute.py | ||
test_base.py | ||
test_block.py | ||
test_conditional.py | ||
test_helpers.py | ||
test_included_file.py | ||
test_play.py | ||
test_play_context.py | ||
test_playbook.py | ||
test_taggable.py | ||
test_task.py |