From 834e68a0c4a0ef1ceda2cc8d4ade14e0282ee5e9 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 8 Oct 2021 16:47:50 +0200 Subject: [PATCH] Stop creating unused cron/logrotate directory This is unused since we switched to a single config file for logrotate. Change-Id: I79a5fd84b071b2a127c09ac41c3de9074289fca0 --- ansible/roles/common/tasks/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/common/tasks/config.yml b/ansible/roles/common/tasks/config.yml index 94d6d63e59..50eebe99ce 100644 --- a/ansible/roles/common/tasks/config.yml +++ b/ansible/roles/common/tasks/config.yml @@ -14,7 +14,6 @@ - - service_name: "cron" paths: - "cron" - - "cron/logrotate" - service_name: "fluentd" paths: - "fluentd"