فهرست منبع

Fix postfix related tools install

Emmanuel Bouthenot 8 سال پیش
والد
کامیت
bf5149bc58
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      roles/common/tasks/smtp.yml

+ 2 - 0
roles/common/tasks/smtp.yml

@@ -8,6 +8,7 @@
     - 'ca-certificates'
     - 'procmail'
     - 'libsasl2-modules'
+  when: with_postfix
 
 - name: 'Install mail aliases file'
   template:
@@ -29,6 +30,7 @@
     mode: '0644'
   notify:
     - 'Reload postfix'
+  when: with_postfix
 
 - name: 'Update postfix master config for slowsmtp transport'
   blockinfile: