From 13644511989ac3d94944c9398f11efe34d22033c Mon Sep 17 00:00:00 2001 From: Tristan Pilat Date: Thu, 6 May 2021 15:03:37 +0200 Subject: [PATCH] Following the release of OpenBSD 6.9, the VERBOSESTATUS variable is no longer valid in the daily.local configuration file --- roles/base/tasks/cron.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/roles/base/tasks/cron.yml b/roles/base/tasks/cron.yml index 87cce5f..4cceb69 100644 --- a/roles/base/tasks/cron.yml +++ b/roles/base/tasks/cron.yml @@ -5,15 +5,4 @@ env: true value: "{{ cron_root_path }}" tags: - - cron - -- name: Customize daily.local environment - lineinfile: - path: /etc/daily.local - line: 'VERBOSESTATUS=0' - insertbefore: BOF - owner: root - mode: "0644" - create: true - tags: - - cron + - cron \ No newline at end of file