summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-05-14 15:08:48 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-05-14 15:08:48 +0200
commit6b556b399a3285711c993ad24b7cce155f05a28e (patch)
tree237cc81f4f249314106ea3038139aea2a13750a1
parentcc8bfb8f067b859a2f6aae467969c22703567d00 (diff)
sympa: don't tweak /etc/logrotate.d/sympa.
-rw-r--r--roles/lists/tasks/sympa.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/lists/tasks/sympa.yml b/roles/lists/tasks/sympa.yml
index 115b045..5b5d243 100644
--- a/roles/lists/tasks/sympa.yml
+++ b/roles/lists/tasks/sympa.yml
@@ -60,14 +60,6 @@
notify:
- Restart Sympa
-# sympa uses to syslog, there is no need to reload or restart it when
-# rotating logs
-- name: Don't restart sympa on logrotate
- lineinfile: "dest=/etc/logrotate.d/sympa state=absent
- regexp='\\bsympa reload\\b'"
- tags:
- - logrotate
-
- name: Enable Sympa
service: name=sympa enabled=yes