From bd4748b4037ce27d3602fa0f99f09c6df03358be 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 deletion(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 6c7fd81..5db225a 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -11,4 +11,3 @@ - include: cron.yml - include: fstab.yml - include: cron.yml -- include: fstab.yml