setup minio automation #229
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue