From 7258d99d133112580f07dad369cea498b3f8f6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dubois?= Date: Thu, 16 Feb 2023 16:44:06 +0100 Subject: [PATCH] logsentry: delete unused default file that we put in /usr/share/scripts --- CHANGELOG | 1 + roles/logsentry/tasks/main.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dc67f93..67676f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * base: add munin files in newsyslog.conf by default * nagios-nrpe: add some information in check_connections_state.sh check * ospf: precise in the readme file that no daemon is configured/activated +* logsentry: delete unused default file that we put in /usr/share/scripts ### Changed diff --git a/roles/logsentry/tasks/main.yml b/roles/logsentry/tasks/main.yml index 272dd20..5220c02 100644 --- a/roles/logsentry/tasks/main.yml +++ b/roles/logsentry/tasks/main.yml @@ -31,6 +31,11 @@ - logsentry - logsentry-config +- name: "Delete unused default script" + file: + state: absent + path: /etc/logsentry/logsentry.sh + - name: "Hourly cron job for logsentry.sh is installed" cron: name: logsentry