mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Improve module docs return values (#36943)
* Improve module docs return values Currently the 5 columns shown doesn't make optimal use of the screen estate, especially for facts modules this is a problem. * Add returned facts as a separate section * Remove whitespace and add support section Since Notes were moved higher up, the Author, Status and Maintainer information was now placed under the Return Values section. * Switch Last Updated and Copyright
This commit is contained in:
committed by
John R Barker
parent
7a4e270ae0
commit
eb52a88fb6
@@ -22,9 +22,7 @@
|
||||
</script>
|
||||
|
||||
<p>
|
||||
{%- if last_updated %}{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}<br/>{% endif %}
|
||||
Copyright © 2018 Red Hat, Inc. <br/>
|
||||
{%- if last_updated %}
|
||||
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
|
||||
{%- endif %}
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user