setup minio automation #229
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Add a Minio bucket
|
||||
dubzland.minio.minio_bucket:
|
||||
name: "{{ item.name }}"
|
||||
name: "{{ item.bucket }}"
|
||||
auth:
|
||||
access_key: "{{ minio_root_access_key }}"
|
||||
secret_key: "{{ minio_root_secret_key }}"
|
||||
|
|
Loading…
Reference in a new issue