setup minio automation #229
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
loop: "{{ minio_users }}"
|
loop: "{{ minio_users }}"
|
||||||
register: keys
|
register: keys
|
||||||
|
|
||||||
- name: Debug: Print users with access keys
|
- name: "Debug: Print users with access keys"
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "User {{ item.item.name }} has access keys: {{ item.stdout }}"
|
msg: "User {{ item.item.name }} has access keys: {{ item.stdout }}"
|
||||||
loop: "{{ keys.results }}"
|
loop: "{{ keys.results }}"
|
||||||
|
|
Loading…
Reference in a new issue