This commit is contained in:
Michael Grote 2024-11-09 21:26:33 +01:00
parent 0ea49a0008
commit a3ff3d1d73
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ minio_users:
policy: testbucket3_rw
- name: testuserwer
secret: hallowelt2
state: present
state: absent
policy: testbucket3_ro
# Anzulegende Buckets, pro Bucket wird eine RW + RO Policy erstellt

View file

@ -14,7 +14,6 @@
state: present
# bug:delegate to geht nciht
# no_log überall bei keys und users
# linter
# state absent einbauen
@ -35,3 +34,4 @@
url: "{{ minio_url }}"
state: "{{ item.state | default('present') }}"
loop: "{{ minio_users }}"
no_log: true