ff
This commit is contained in:
parent
5cf14e520d
commit
7dc475ae22
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
||||||
|
|
||||||
- name: Debug Print users with access keys
|
- name: Debug Print users with access keys
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "{{ new_keys}}"
|
msg: "{{ item.item.stdout }}"
|
||||||
|
loop: "{{ new_keys }}"
|
||||||
|
|
||||||
- name: Output newly created access keys
|
- name: Output newly created access keys
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
|
Loading…
Reference in a new issue