summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2018-06-07 23:12:09 +0200
committerAlicia Cozine <cozi@visi.com>2018-06-07 16:12:09 -0500
commit9f84c09bf3ddeb7c0e0fb28a33a17def9748fa5e (patch)
treee59a80e2048b135ae0f6f6f41d14b3cb517190aa /docs/templates
parentf785bf3a9c6f94ad738cd1fb1c77781f2ea6b5d0 (diff)
downloadansible-9f84c09bf3ddeb7c0e0fb28a33a17def9748fa5e.tar.gz
Changing example code block language from yaml to yaml+jinja. (#40365)
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/plugin.rst.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2
index 7408ae1dd5..db963f561f 100644
--- a/docs/templates/plugin.rst.j2
+++ b/docs/templates/plugin.rst.j2
@@ -221,7 +221,7 @@ Notes
Examples
--------
-.. code-block:: yaml
+.. code-block:: yaml+jinja
{% for example in examples %}
{% if example['description'] %}@{ example['description'] | indent(4, True) }@{% endif %}