This commit is contained in:
Michael Grote 2024-11-09 18:31:11 +01:00
parent 183ef8e980
commit 6ddadb1457

View file

@ -2,3 +2,5 @@
- name: setup minio buckets
ansible.builtin.command: "{{ minio_client_bin }} --dp mb {{ minio_root_alias }}/{{ item.name }}"
loop: "{{ minio_buckets }}"
register: buckets
failed_when: 'not "Your previous request to create the named bucket succeeded and you already own it." in bucket.stdout'