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