|
@@ -10,7 +10,7 @@
|
10
|
10
|
copy: src=solr-schema.xml dest=/etc/solr/conf/schema.xml group=root owner=root
|
11
|
11
|
|
12
|
12
|
- name: Copy tweaked Tomcat config file into place
|
13
|
|
- copy: src=etc_tomcat6_server.xml dest=/etc/tomcat6/server.xml group=tomcat6 owner=root
|
|
13
|
+ copy: src=etc_tomcat8_server.xml dest=/etc/tomcat8/server.xml group=tomcat8 owner=root
|
14
|
14
|
notify: restart solr
|
15
|
15
|
|
16
|
16
|
- name: Copy tweaked Solr config file into place
|
|
@@ -18,5 +18,5 @@
|
18
|
18
|
notify: restart solr
|
19
|
19
|
|
20
|
20
|
- name: Create Solr index directory
|
21
|
|
- file: state=directory path=/decrypted/solr group=tomcat6 owner=tomcat6
|
|
21
|
+ file: state=directory path=/decrypted/solr group=tomcat8 owner=tomcat8
|
22
|
22
|
notify: restart solr
|