df
This commit is contained in:
parent
1ca3ee1bf1
commit
2aca8b73ea
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in a new issue