From 4842758fd184cf4e8bbae99fd56d0832738da2be Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 1 Mar 2016 16:18:30 -0600 Subject: [PATCH] Choices should be a list of true/false not the string BOOLEANS --- .../modules/extras/cloud/webfaction/webfaction_site.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/webfaction/webfaction_site.py b/lib/ansible/modules/extras/cloud/webfaction/webfaction_site.py index 0226a2a2f92..1f1a4bf9030 100644 --- a/lib/ansible/modules/extras/cloud/webfaction/webfaction_site.py +++ b/lib/ansible/modules/extras/cloud/webfaction/webfaction_site.py @@ -59,7 +59,9 @@ options: description: - Whether or not to use HTTPS required: false - choices: BOOLEANS + choices: + - true + - false default: 'false' site_apps: