Do not format the choice as a definition list for non-mapping values (#76568)

pull/76595/head
Matt Martz 3 years ago committed by GitHub
parent 7dd22b8b4b
commit 8a4090f749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 %}

Loading…
Cancel
Save