summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-09-18 18:04:02 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-09-18 18:04:10 +0200
commitc40a1be176ca1e2ea3e211249a0ea6601a00b5db (patch)
tree0598dd3222bd603f429b17ad78f1272f4db67dcc
parent234144b0dec021bc1b76d7d37f8134797665d702 (diff)
systemd: Ensure sympa service is enabled.
-rw-r--r--roles/lists/tasks/sympa.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/lists/tasks/sympa.yml b/roles/lists/tasks/sympa.yml
index 00e5d9c..115b045 100644
--- a/roles/lists/tasks/sympa.yml
+++ b/roles/lists/tasks/sympa.yml
@@ -68,6 +68,9 @@
tags:
- logrotate
+- name: Enable Sympa
+ service: name=sympa enabled=yes
+
- name: Start Sympa
service: name=sympa state=started
when: not (r1.changed or r2.changed or r3.changed or r4.changed)