mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
577 B
Plaintext
16 lines
577 B
Plaintext
7 years ago
|
.. _@{ slug }@:
|
||
|
|
||
|
Modules Maintained by the @{ maintainers }@
|
||
|
``````````````````````````@{ '`' * maintainers | length }@
|
||
|
|
||
|
.. toctree:: :maxdepth: 1
|
||
|
|
||
|
{% for module in modules | sort %}
|
||
|
@{ module }@{% if module_info[module]['deprecated'] %}**(D)**{% endif %} - @{ module_info[module]['doc']['short_description'] }@ <@{ module }@_module>
|
||
|
{% endfor %}
|
||
|
|
||
|
.. note::
|
||
|
- **(D)**: This marks a module as deprecated, which means a module is kept for backwards compatibility but usage is discouraged.
|
||
|
The module documentation details page may explain more about this rationale.
|
||
|
|