From 0be6fbece1d819cf2a5a3f4a0cc9c8ca89b5c319 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 29 Jan 2023 18:42:51 +0200 Subject: [PATCH] remove no log --- tasks/configure_dbmail_users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure_dbmail_users.yml b/tasks/configure_dbmail_users.yml index ce554b4..d5ef62b 100644 --- a/tasks/configure_dbmail_users.yml +++ b/tasks/configure_dbmail_users.yml @@ -20,7 +20,7 @@ loop: "{{ dbmail_users }}" register: result failed_when: result.rc > 1 - no_log: true + no_log: false - name: Set user accounts quota shell: "dbmail-users -c {{ item.username }} -m {{ item.quota }}"