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

View file

@ -46,7 +46,8 @@
- name: Debug Print users with access keys
ansible.builtin.debug:
msg: "{{ new_keys}}"
msg: "{{ item.item.stdout }}"
loop: "{{ new_keys }}"
- name: Output newly created access keys
ansible.builtin.debug: