mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Added note explaning the module tagging
This commit is contained in:
parent
44f0279d0a
commit
023f5fd7e0
1 changed files with 5 additions and 0 deletions
|
@ -325,6 +325,11 @@ def process_category(category, categories, options, env, template, outputname):
|
||||||
if result != "SKIPPED":
|
if result != "SKIPPED":
|
||||||
category_file.write(" %s - %s <%s_module>\n" % (modstring, result, module))
|
category_file.write(" %s - %s <%s_module>\n" % (modstring, result, module))
|
||||||
|
|
||||||
|
category_file.write("""\n\n
|
||||||
|
.. note::
|
||||||
|
- %s: Denotes that this module is not part of core, it can be found in the extras repo
|
||||||
|
- %s: This marks a module as deprecated, kept for backwards compatibility but use is discouraged
|
||||||
|
""" % (DEPRECATED, NOTCORE))
|
||||||
category_file.close()
|
category_file.close()
|
||||||
|
|
||||||
# TODO: end a new category file
|
# TODO: end a new category file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue