minio: Define minio_users as empty list by default
This commit is contained in:
parent
c9eb84f8f0
commit
d0fed7b07c
2 changed files with 5 additions and 1 deletions
|
@ -37,4 +37,4 @@ minio_traefik_certresolver: "letsencrypt_http"
|
|||
# access_key - The access key
|
||||
# secret_key - The secret key
|
||||
# browser - Optional: Enable/Disable the minio browser
|
||||
# minio_users: []
|
||||
minio_users: []
|
||||
|
|
|
@ -73,6 +73,8 @@
|
|||
- docker
|
||||
- minio
|
||||
become: true
|
||||
when:
|
||||
- minio_users | length > 0
|
||||
|
||||
- name: Compose minio
|
||||
docker_compose:
|
||||
|
@ -83,3 +85,5 @@
|
|||
tags:
|
||||
- minio
|
||||
become: true
|
||||
when:
|
||||
- minio_users | length > 0
|
||||
|
|
Loading…
Add table
Reference in a new issue