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.
ansible/test
Adrian Likins e166946a0a Fix redundant yaml error blurbs on ModArgs parse errors (#36923)
* 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
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration apt_repository: check attribute repo for None value (#36944) 7 years ago
legacy exo_dns_record: remove limitation for multiple records only for A type (#35173) 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Improve Tower integration test support: 7 years ago
sanity Clean up Grafana docs a bit (#37516) 7 years ago
units Fix redundant yaml error blurbs on ModArgs parse errors (#36923) 7 years ago
utils Terminate Tower instances after CI ends. (#37265) 7 years ago