From b2dac50a4d0b4d6df9e5ac5afba2ec2944013372 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 12 Dec 2024 17:53:57 +0100 Subject: [PATCH] update var name in configure task --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 6b31bc8..fc599e9 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -47,5 +47,5 @@ notify: - postmap sasl passwd - restart postfix - when: postfix_sasl_passwd is defined + when: postfix_sasl_password_map is defined