ignore more SSH errors
[ansible.git] / roles / email / tasks / postfix.yml
index a76cc250ea5d36e101e3fc4feeb5e247996588cb..d59144d9b88f3f59c4d675694b4d536c7bad7291 100644 (file)
@@ -13,6 +13,7 @@
   loop:
   - main.cf
   - master.cf
+  - postscreen_access.cidr
   notify: postfix
 - name: install postfix mysql config
   when: postfix.dovecot is defined
@@ -75,8 +76,6 @@
   command: postmap /etc/postfix/transport_map
   notify: postfix
 # cronjobs
-- name: delete old local-mail cronjob
-  file: path=/etc/cron.daily/local-mail state=absent
 - name: install check-for-local-mail cronjob
   copy:
     dest: /etc/cron.daily/check-for-local-mail