mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Add --all option to ansible-doc.
This commit is contained in:
parent
ead0022255
commit
43785aa246
2 changed files with 26 additions and 18 deletions
|
@ -41,7 +41,6 @@ except ImportError:
|
|||
# modules that are ok that they do not have documentation strings
|
||||
BLACKLIST_MODULES = frozenset((
|
||||
'async_wrapper',
|
||||
'accelerate',
|
||||
))
|
||||
|
||||
def get_docstring(filename, verbose=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue