diff --git a/roles/shell/tasks/postfix.yml b/roles/shell/tasks/postfix.yml index 8c53141..26f8d05 100644 --- a/roles/shell/tasks/postfix.yml +++ b/roles/shell/tasks/postfix.yml @@ -29,9 +29,9 @@ mode: 0644 # Deploy cron for reports -- name: Deploy cron reportss +- name: Deploy cron reports copy: - src: ../files/etc/crond.daily/postfix_stats + src: ../files/etc/cron.daily/postfix_stats dest: /etc/cron.daily/postfix_stats owner: root group: root