setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
Showing only changes of commit 7ce4d3b104 - Show all commits

View file

@ -9,7 +9,6 @@
url: "{{ minio_url }}"
state: "{{ item.state | default('present') }}"
# policy:
delegate_to: localhost
loop: "{{ minio_users }}"