mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Get rid of duplicate status statement (#42885)
If a module was in status "preview", but it was not "supported" (core/network) the message about the module being "preview" would be repeated.
This commit is contained in:
parent
d3230b9172
commit
1ab411229a
1 changed files with 0 additions and 2 deletions
2
docs/templates/plugin.rst.j2
vendored
2
docs/templates/plugin.rst.j2
vendored
|
@ -402,8 +402,6 @@ Support
|
|||
~~~~~~~
|
||||
For more information about Red Hat's support of this @{ plugin_type }@,
|
||||
please refer to this `Knowledge Base article <https://access.redhat.com/articles/rhel-top-support-policies/>`_
|
||||
{% else %}
|
||||
This @{ plugin_type }@ is flagged as **preview** which means that @{module_states['preview']}@.
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue