From f480ae461cf9ae1da3dd68977e5d2468a82e08f6 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Wed, 23 Aug 2017 03:13:04 +0200 Subject: [PATCH] add main.cf hash for stretch --- postfix/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postfix/tasks/main.yml b/postfix/tasks/main.yml index 3d7e59f3..49ccb2ac 100644 --- a/postfix/tasks/main.yml +++ b/postfix/tasks/main.yml @@ -20,7 +20,8 @@ group: root mode: "0644" force: yes - when: default_main_cf.stdout == "5450c05d65878e99dad696c7c722e511 -" + when: default_main_cf.stdout == "5450c05d65878e99dad696c7c722e511 -" or + default_main_cf.stdout == "30022953f1f61f002bfb72e163ecb27e -" notify: restart postfix - meta: flush_handlers