diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-09-18 18:04:02 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-09-18 18:04:10 +0200 |
commit | c40a1be176ca1e2ea3e211249a0ea6601a00b5db (patch) | |
tree | 0598dd3222bd603f429b17ad78f1272f4db67dcc /roles/lists | |
parent | 234144b0dec021bc1b76d7d37f8134797665d702 (diff) |
systemd: Ensure sympa service is enabled.
Diffstat (limited to 'roles/lists')
-rw-r--r-- | roles/lists/tasks/sympa.yml | 3 |
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) |