adds ansible-doc JSON plugin data dump

* used for changelog generation of new plugins
This commit is contained in:
Matt Davis 2018-05-31 14:31:28 -07:00 committed by Matt Clay
parent 6ef2ffe310
commit 096d243526
2 changed files with 143 additions and 78 deletions

View file

@ -84,7 +84,7 @@ BECOME_MISSING_STRINGS = {
'enable': '',
'machinectl': '',
} # FIXME: deal with i18n
BLACKLIST_EXTS = ('.pyc', '.pyo', '.swp', '.bak', '~', '.rpm', '.md', '.txt')
BLACKLIST_EXTS = ('.pyc', '.pyo', '.swp', '.bak', '~', '.rpm', '.md', '.txt', '.rst')
BOOL_TRUE = BOOLEANS_TRUE
CONTROLER_LANG = os.getenv('LANG', 'en_US.UTF-8')
DEFAULT_BECOME_PASS = None