This commit is contained in:
Michael Grote 2024-11-09 20:38:12 +01:00
parent 1ca3ee1bf1
commit 2aca8b73ea

View file

@ -1,7 +1,7 @@
--- ---
- name: Add a Minio bucket - name: Add a Minio bucket
dubzland.minio.minio_bucket: dubzland.minio.minio_bucket:
name: "{{ item.name }}" name: "{{ item.bucket }}"
auth: auth:
access_key: "{{ minio_root_access_key }}" access_key: "{{ minio_root_access_key }}"
secret_key: "{{ minio_root_secret_key }}" secret_key: "{{ minio_root_secret_key }}"