From ae2be6a009a9a33cd61244491fb55a3a4374d63f Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Tue, 21 Sep 2021 14:46:41 +0200 Subject: [PATCH] Fix indent for generate dh_param --- dovecot/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dovecot/tasks/main.yml b/dovecot/tasks/main.yml index efe0644e..7db272da 100644 --- a/dovecot/tasks/main.yml +++ b/dovecot/tasks/main.yml @@ -11,8 +11,8 @@ - dovecot - name: Generate Diffie-Hellman parameters with the default size 4096 bits (may take several minutes) - openssl_dhparam: - path: /etc/ssl/dhparams.pem + openssl_dhparam: + path: /etc/ssl/dhparams.pem - name: disable pam auth replace: