Choices should be a list of true/false not the string BOOLEANS

pull/18777/head
Matt Martz 9 years ago committed by Matt Clay
parent 402a996430
commit 4842758fd1

@ -59,7 +59,9 @@ options:
description: description:
- Whether or not to use HTTPS - Whether or not to use HTTPS
required: false required: false
choices: BOOLEANS choices:
- true
- false
default: 'false' default: 'false'
site_apps: site_apps:

Loading…
Cancel
Save