mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 02:11:26 -07:00
adds ansible-doc JSON plugin data dump
* used for changelog generation of new plugins
This commit is contained in:
parent
6ef2ffe310
commit
096d243526
2 changed files with 143 additions and 78 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue