From 02f66b2b5d67cf562127bd29136ac64b589591a3 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 5 Apr 2022 15:03:15 -0400 Subject: [PATCH] clean up some old task --- roles/email/tasks/postfix.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/email/tasks/postfix.yml b/roles/email/tasks/postfix.yml index 0eb2472..d59144d 100644 --- a/roles/email/tasks/postfix.yml +++ b/roles/email/tasks/postfix.yml @@ -76,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 -- 2.30.2