mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 20:24:23 -07:00
bypass core/extras text when module is deprecated
This commit is contained in:
parent
0317e7b910
commit
86de59235f
1 changed files with 4 additions and 2 deletions
|
@ -109,6 +109,7 @@ Examples
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
{% if not deprecated %}
|
||||||
{% if core %}
|
{% if core %}
|
||||||
|
|
||||||
This is a Core Module
|
This is a Core Module
|
||||||
|
@ -141,6 +142,7 @@ Note that this module is designated a "extras" module. Non-core modules are sti
|
||||||
Popular "extras" modules may be promoted to core modules over time.
|
Popular "extras" modules may be promoted to core modules over time.
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
For help in developing on modules, should you be so inclined, please read :doc:`community`, :doc:`developing_test_pr` and :doc:`developing_modules`.
|
For help in developing on modules, should you be so inclined, please read :doc:`community`, :doc:`developing_test_pr` and :doc:`developing_modules`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue