mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix options output for bool type (#34074)
This commit is contained in:
parent
78a14d7966
commit
0880297909
1 changed files with 1 additions and 1 deletions
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>
|
||||
|
|
Loading…
Reference in a new issue