mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Some various comments about the new repos, more to likely come.
This commit is contained in:
@@ -192,6 +192,7 @@ def process_module(module, options, env, template, outputname, module_map):
|
||||
|
||||
print "rendering: %s" % module
|
||||
|
||||
|
||||
fname = module_map[module]
|
||||
|
||||
# ignore files with extensions
|
||||
@@ -209,6 +210,13 @@ def process_module(module, options, env, template, outputname, module_map):
|
||||
if doc is None:
|
||||
return "SKIPPED"
|
||||
|
||||
if "core" in module:
|
||||
print "CORE"
|
||||
doc['core'] = True
|
||||
else:
|
||||
doc['core'] = False
|
||||
|
||||
|
||||
all_keys = []
|
||||
|
||||
if not 'version_added' in doc:
|
||||
|
||||
Reference in New Issue
Block a user