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

This commit is contained in:
Matt Martz 2016-03-01 16:18:30 -06:00
parent f5329eb337
commit 767dd4bdc6

View file

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