From f237508caa6e99aafb8691b148b41371105d12e7 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 22 Mar 2018 22:33:51 +0100 Subject: [PATCH] Fix nested parameters in module docs (#37793) (cherry picked from commit 69c0f96112de16e45cd089d765d43c1573116d35) --- docs/templates/plugin.rst.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 84bc5a4f66..106d82b64f 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -95,7 +95,7 @@ Parameters
{% for i in range(1, loop.depth) %} -
+
 
{% endfor %}
@{ key }@ @@ -240,7 +240,7 @@ Facts returned by this module are added/updated in the ``hostvars`` host facts a
{% for i in range(1, loop.depth) %} -
+
 
{% endfor %}
@{ key }@ @@ -304,7 +304,7 @@ Common return values are documented :ref:`here `, the foll
{% for i in range(1, loop.depth) %} -
+
 
{% endfor %}