This commit is contained in:
Michael Grote 2024-11-09 11:13:11 +01:00
parent 3f5003be9c
commit abc252e2f5

View file

@ -48,6 +48,7 @@
ansible.builtin.debug:
msg: "New access key created for user {{ item.item.name }}: {{ item.stdout }}"
loop: "{{ new_keys.results }}"
when: item.item is defined