mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 |
7 years ago | |
---|---|---|
.. | ||
cli | 7 years ago | |
config | ||
contrib | ||
errors | ||
executor | 7 years ago | |
inventory_test_data/group_vars | ||
mock | 7 years ago | |
module_utils | ||
modules | 7 years ago | |
parsing | 7 years ago | |
playbook | 7 years ago | |
plugins | 7 years ago | |
template | ||
utils | ||
vars | ||
__init__.py | ||
ansible.cfg | ||
conftest.py | ||
test_constants.py |