This commit is contained in:
Michael Grote 2024-11-09 21:19:28 +01:00
parent 96fb47ece3
commit 0a8f592955

View file

@ -6,5 +6,5 @@
access_key: "{{ minio_root_access_key }}"
secret_key: "{{ minio_root_secret_key }}"
url: "{{ minio_url }}"
state: "{{ item.state }}"
state: absent
loop: "{{ minio_buckets }}"