From: Ralf Jung Date: Tue, 5 Apr 2022 19:03:15 +0000 (-0400) Subject: clean up some old task X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/02f66b2b5d67cf562127bd29136ac64b589591a3 clean up some old task --- 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