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/cli
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
..
__init__.py Bump sudo/su deprecation to 2.9 (#44581) 2018-08-23 13:22:54 -05:00
adhoc.py Remove unused imports from /bin and lib/ansible/cli (#43440) 2018-07-30 18:55:42 -07:00
config.py Remove unused imports from /bin and lib/ansible/cli (#43440) 2018-07-30 18:55:42 -07:00
console.py Allow to specifically customize console's color 2018-07-24 13:21:58 -04:00
doc.py Fix ansible-doc and docsite generation for removed modules 2018-08-24 15:37:13 -07:00
galaxy.py Pass path to GalaxyRole object (#43051) 2018-08-23 12:44:48 -04:00
inventory.py handle groups correctly when they are 'null' (#41698) 2018-06-20 11:26:46 -04:00
playbook.py dont warn on not matching 'all' (#32806) 2017-12-15 15:43:51 -05:00
pull.py Compare byte strings to byte strings 2018-03-20 12:04:05 -07:00
vault.py Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00