ff
This commit is contained in:
parent
0a8f592955
commit
782a679f21
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
||||||
access_key: "{{ minio_root_access_key }}"
|
access_key: "{{ minio_root_access_key }}"
|
||||||
secret_key: "{{ minio_root_secret_key }}"
|
secret_key: "{{ minio_root_secret_key }}"
|
||||||
url: "{{ minio_url }}"
|
url: "{{ minio_url }}"
|
||||||
state: absent
|
state: "{{ item.state | default('present') }}" # löschen geht nur mit leerem Bucket
|
||||||
loop: "{{ minio_buckets }}"
|
loop: "{{ minio_buckets }}"
|
||||||
|
|
Loading…
Reference in a new issue