diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-05-29 16:32:13 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-05-29 16:32:13 +0200 |
commit | 39242fe991582f5f912912c2a12429f9d5c744c4 (patch) | |
tree | d64fe215b6be1013af9bf8c6ed1a760d171388f9 | |
parent | 48067cfad556314f91c57f99692609084fce6f63 (diff) |
Install more sympa dependencies.
-rw-r--r-- | roles/lists/tasks/sympa.yml | 5 |
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 |