diff --git a/roles/mgrote_minio_configure/tasks/bucket.yml b/roles/mgrote_minio_configure/tasks/bucket.yml index 54e3404e..16bbc18a 100644 --- a/roles/mgrote_minio_configure/tasks/bucket.yml +++ b/roles/mgrote_minio_configure/tasks/bucket.yml @@ -7,4 +7,4 @@ secret_key: "{{ minio_root_secret_key }}" url: "{{ minio_url }}" state: present - loop: "{{ minio_buckets }}" + loop: "{{ minio_buckets }}"