Add --all option to ansible-doc.

This commit is contained in:
Matt Clay 2016-12-09 16:17:48 -07:00
parent ead0022255
commit 43785aa246
2 changed files with 26 additions and 18 deletions

View file

@ -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):