This commit is contained in:
Michael Grote 2024-11-09 21:20:59 +01:00
parent 0a8f592955
commit 782a679f21

View file

@ -6,5 +6,5 @@
access_key: "{{ minio_root_access_key }}"
secret_key: "{{ minio_root_secret_key }}"
url: "{{ minio_url }}"
state: absent
state: "{{ item.state | default('present') }}" # löschen geht nur mit leerem Bucket
loop: "{{ minio_buckets }}"