mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
quick and dirty module doc updates (#18944)
clean up core/extras, plumb in basic metadata display
This commit is contained in:
@@ -168,9 +168,11 @@ Notes
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if not deprecated %}
|
||||
{% if core %}
|
||||
Module Status: @{ ','.join(metadata.status) }@
|
||||
--------------------
|
||||
|
||||
{% if metadata.supported_by == 'core' %}
|
||||
|
||||
This is a Core Module
|
||||
---------------------
|
||||
@@ -179,7 +181,7 @@ For more information on what this means please read :doc:`modules_core`
|
||||
|
||||
{% else %}
|
||||
|
||||
This is an Extras Module
|
||||
This is module is supported by: @{ metadata.supported_by }@
|
||||
------------------------
|
||||
|
||||
For more information on what this means please read :doc:`modules_extra`
|
||||
|
||||
Reference in New Issue
Block a user