Skip to content

Mention the name of collection along with version_added #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions collection_prep/cmd/plugin.rst.j2
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Parameters
{% endif %}
</div>
{% if value.version_added %}
<div style="font-style: italic; font-size: small; color: darkgreen">added in @{value.version_added}@</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in @{value.version_added}@ {% if value.version_added_collection %}of @{value.version_added_collection}@{% endif %}</div>
{% endif %}
</td>
{# default / choices #}
Expand Down Expand Up @@ -299,7 +299,7 @@ Facts returned by this module are added/updated in the ``hostvars`` host facts a
{% endif %}
</div>
{% if value.version_added %}
<div style="font-style: italic; font-size: small; color: darkgreen">added in @{value.version_added}@</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in @{value.version_added}@ {% if value.version_added_collection %}of @{value.version_added_collection}@{% endif %}</div>
{% endif %}
</td>
<td>@{ value.returned | html_ify }@</td>
Expand Down Expand Up @@ -380,7 +380,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
{% endif %}
</div>
{% if value.version_added %}
<div style="font-style: italic; font-size: small; color: darkgreen">added in @{value.version_added}@</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in @{value.version_added}@ {% if value.version_added_collection %}of @{value.version_added_collection}@{% endif %}</div>
{% endif %}
</td>
<td>@{ value.returned | html_ify }@</td>
Expand Down