Choices should be a list of true/false not the string BOOLEANS
parent
402a996430
commit
4842758fd1
|
@ -59,7 +59,9 @@ options:
|
|||
description:
|
||||
- Whether or not to use HTTPS
|
||||
required: false
|
||||
choices: BOOLEANS
|
||||
choices:
|
||||
- true
|
||||
- false
|
||||
default: 'false'
|
||||
|
||||
site_apps:
|
||||
|
|
Loading…
Reference in New Issue