1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Fixup docs formatting.

This commit is contained in:
Michael DeHaan 2013-08-06 10:53:56 -04:00
parent bc76d5adbe
commit 5f18a53530
2 changed files with 4 additions and 3 deletions

View file

@ -325,6 +325,9 @@ def main():
modules.sort()
for module in modules:
print "rendering: %s" % module
fname = module_map[module]
if len(options.module_list):