mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
module_formatter fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user