From a63dc5870271c24afaaea6e2634755579f209fe6 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Mon, 13 Jan 2020 08:42:15 -0500 Subject: [PATCH] ok, one more time --- roles/shell/tasks/postfix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/shell/tasks/postfix.yml b/roles/shell/tasks/postfix.yml index 8c53141d..26f8d057 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