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 abc252e2f5 - Show all commits

View file

@ -48,6 +48,7 @@
ansible.builtin.debug:
msg: "New access key created for user {{ item.item.name }}: {{ item.stdout }}"
loop: "{{ new_keys.results }}"
when: item.item is defined