From 066d3164bf5788788cbaabaf76aa1f856b3475ab Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 9 Nov 2024 11:07:49 +0100 Subject: [PATCH] ff --- roles/mgrote_minio_configure/tasks/user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_minio_configure/tasks/user.yml b/roles/mgrote_minio_configure/tasks/user.yml index c0f5abe0..dcfe9bf6 100644 --- a/roles/mgrote_minio_configure/tasks/user.yml +++ b/roles/mgrote_minio_configure/tasks/user.yml @@ -32,7 +32,7 @@ loop: "{{ minio_users }}" register: keys -- name: Debug: Print users with access keys +- name: "Debug: Print users with access keys" ansible.builtin.debug: msg: "User {{ item.item.name }} has access keys: {{ item.stdout }}" loop: "{{ keys.results }}"