From 4f201d3a7352f7318bfc1767df82c12abfedf348 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Fri, 9 Oct 2020 14:15:46 +0200 Subject: [PATCH] Customize root crontab and daily.local Add custome PATH to root crontab Add environment variable to daily.local Add a "next_part" before the evocheck line in daily.local --- roles/base/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index bd467b3..5db225a 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -10,3 +10,4 @@ - include: newsyslog.yml - include: cron.yml - include: fstab.yml +- include: cron.yml