mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
module_formatter fixes
This commit is contained in:
parent
06cfc52afd
commit
62d038dca4
4 changed files with 31 additions and 102 deletions
|
@ -1,7 +1,7 @@
|
|||
.. _@{ module }@:
|
||||
|
||||
@{ module }@
|
||||
````````
|
||||
``````````````````````````````
|
||||
|
||||
{# ------------------------------------------
|
||||
#
|
||||
|
@ -23,11 +23,11 @@
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td>parameter</td>
|
||||
<td>required</td>
|
||||
<td>default</td>
|
||||
<td>choices</td>
|
||||
<td>comments</td>
|
||||
<th class="head">parameter</th>
|
||||
<th class="head">required</th>
|
||||
<th class="head">default</th>
|
||||
<th class="head">choices</th>
|
||||
<th class="head">comments</th>
|
||||
</tr>
|
||||
{% for (k,v) in options.iteritems() %}
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue