mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Module documentation should have options sorted
This commit is contained in:
parent
c96f2c968e
commit
626203a7c9
7 changed files with 14 additions and 4 deletions
|
@ -29,7 +29,8 @@
|
|||
<th class="head">choices</th>
|
||||
<th class="head">comments</th>
|
||||
</tr>
|
||||
{% for (k,v) in options.iteritems() %}
|
||||
{% for k in option_keys %}
|
||||
{% set v = options[k] %}
|
||||
<tr>
|
||||
<td>@{ k }@</td>
|
||||
<td>{% if v.get('required', False) %}yes{% else %}no{% endif %}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue