1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/parsing
Toshio Kuratomi 0873d46617 Fix ansible-doc and docsite generation for removed modules
* Fix ansible-doc wrt removed modules
  * Fix listing of modules ia ansible-doc to not complain about removed modules
    Removed modules are marked as such in the metadata but nowhere else.
    Need to retrieve the metadata when a module doesn't have a doc so that
    we can tell if it falls under this case.
  * omit removed modules from json dump
  * Print an error that the module has been removed if attempting to run
    ansible-doc on that specific module

* Get plugin_formatter to stop outputting removed modules
2018-08-24 15:37:13 -07:00
..
utils Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
vault Raise a nicer error when we cannot execute the editor (#44423) 2018-08-22 10:24:11 -05:00
yaml Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
__init__.py
ajson.py
dataloader.py Fix wrong python keyword (followup to #36357) (#41067) 2018-06-07 19:48:07 +05:30
metadata.py
mod_args.py
plugin_docs.py Fix ansible-doc and docsite generation for removed modules 2018-08-24 15:37:13 -07:00
quoting.py
splitter.py