summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-05-29 16:32:13 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-05-29 16:32:13 +0200
commit39242fe991582f5f912912c2a12429f9d5c744c4 (patch)
treed64fe215b6be1013af9bf8c6ed1a760d171388f9
parent48067cfad556314f91c57f99692609084fce6f63 (diff)
Install more sympa dependencies.
-rw-r--r--roles/lists/tasks/sympa.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/lists/tasks/sympa.yml b/roles/lists/tasks/sympa.yml
index 5b5d243..981de8a 100644
--- a/roles/lists/tasks/sympa.yml
+++ b/roles/lists/tasks/sympa.yml
@@ -2,6 +2,11 @@
with_items:
- mysql-server
- sympa
+ - libnet-dns-perl
+ - libnet-dns-sec-perl
+ - libmail-dkim-perl
+ - libcrypt-smime-perl
+ - libcrypt-openssl-x509-perl
- name: Make the 'sympa' MySQL user use auth_socket
mysql_user2: name=sympa password= auth_plugin=auth_socket