mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fix options output for bool type (#34074)
This commit is contained in:
committed by
John R Barker
parent
78a14d7966
commit
0880297909
2
docs/templates/plugin.rst.j2
vendored
2
docs/templates/plugin.rst.j2
vendored
@@ -119,7 +119,7 @@ Options
|
||||
{# choices #}
|
||||
<td>
|
||||
<div class="cell-border">
|
||||
{% if value.type == 'boolean' %}
|
||||
{% if value.type == 'bool' %}
|
||||
<ul>
|
||||
<li>yes</li>
|
||||
<li>no</li>
|
||||
|
||||
Reference in New Issue
Block a user