diff --git a/docs/templates/config.rst.j2 b/docs/templates/config.rst.j2 index 8d7c51489f2..961e6ec4acb 100644 --- a/docs/templates/config.rst.j2 +++ b/docs/templates/config.rst.j2 @@ -122,7 +122,7 @@ you can use the command line utility mentioned above (`ansible-config`) to brows {% endfor %} {% else %} {% for key in config['choices'] %} - - :{{key}}: + - {{key}} {% endfor %} {% endif %} {% endif %}