mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Choices should be a list of true/false not the string BOOLEANS
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user