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

View file

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