mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Choices should be a list of true/false not the string BOOLEANS
This commit is contained in:
parent
402a996430
commit
4842758fd1
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ options:
|
|||
description:
|
||||
- Whether or not to use HTTPS
|
||||
required: false
|
||||
choices: BOOLEANS
|
||||
choices:
|
||||
- true
|
||||
- false
|
||||
default: 'false'
|
||||
|
||||
site_apps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue