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.
19 lines
521 B
Plaintext
19 lines
521 B
Plaintext
6 years ago
|
:source: @{ source }@
|
||
|
|
||
|
{# avoids rST "isn't included in any toctree" errors for module docs #}
|
||
|
:orphan:
|
||
|
|
||
|
.. _@{ module }@_@{ plugin_type }@_alias_@{ alias }@:
|
||
|
|
||
|
{% if short_description %}
|
||
|
{% set title = alias + ' -- ' + short_description | rst_ify %}
|
||
|
{% else %}
|
||
|
{% set title = alias %}
|
||
|
{% endif %}
|
||
|
|
||
|
@{ title }@
|
||
|
@{ '+' * title|length }@
|
||
|
|
||
|
This is an alias for :ref:`@{ module }@ <@{ module }@_@{ plugin_type }@>`.
|
||
|
This name has been **deprecated**. Please update your tasks to use the new name ``@{ module }@`` instead.
|