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.
* Fix ansible-doc traceback for removed modules.
This avoids tracebacks with errors like the following when a module has been removed:
module module_name missing documentation (or could not parse documentation): 'NoneType' object does not support item assignment
* Fix ansible-doc sanity test warning handling.
Warnings about removed modules/plugins on stderr are now properly ignored.
Previously an ansible-doc error could result in unrelated errors going undetected because tests were stopped early and the underlying error was ignored.
(cherry picked from commit
|
6 years ago | |
|---|---|---|
| .. | ||
| cloud | ||
| integration | ||
| provider | ||
| sanity | ||
| units | ||
| __init__.py | ||
| ansible_util.py | ||
| cache.py | ||
| changes.py | ||
| classification.py | ||
| cli.py | ||
| config.py | ||
| constants.py | ||
| core_ci.py | ||
| cover.py | ||
| coverage_util.py | ||
| csharp_import_analysis.py | ||
| data.py | ||
| delegation.py | ||
| diff.py | ||
| docker_util.py | ||
| env.py | ||
| executor.py | ||
| git.py | ||
| http.py | ||
| import_analysis.py | ||
| init.py | ||
| manage_ci.py | ||
| metadata.py | ||
| payload.py | ||
| powershell_import_analysis.py | ||
| target.py | ||
| test.py | ||
| thread.py | ||
| types.py | ||
| util.py | ||
| util_common.py | ||
| venv.py | ||