mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
corrected text/flag
This commit is contained in:
@@ -327,8 +327,8 @@ def process_category(category, categories, options, env, template, outputname):
|
|||||||
|
|
||||||
category_file.write("""\n\n
|
category_file.write("""\n\n
|
||||||
.. note::
|
.. 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
|
- %s: This marks a module as deprecated, kept for backwards compatibility but use is discouraged
|
||||||
|
- %s: Denotes that this module is not part of core, it can be found in the extras or some other external repo
|
||||||
""" % (DEPRECATED, NOTCORE))
|
""" % (DEPRECATED, NOTCORE))
|
||||||
category_file.close()
|
category_file.close()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user