Browse Source

Fix dependency for Solr

rokaz 9 years ago
parent
commit
a8a0905738
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      roles/mailserver/tasks/solr.yml

+ 1
- 0
roles/mailserver/tasks/solr.yml View File

@@ -2,6 +2,7 @@
2 2
   apt: pkg={{ item }} state=installed
3 3
   with_items:
4 4
     - dovecot-solr
5
+    - tomcat8
5 6
     - solr-tomcat
6 7
   tags:
7 8
     - dependencies

Loading…
Cancel
Save