Merge pull request 'fix file name' (!4) from marco.procaccini/ansible-role-ckan-solr-configuration:master into master
Reviewed-on: #4
This commit is contained in:
commit
a191fb2c7b
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
- name: copy managed schema file
|
- name: copy managed schema file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: manage-schema.j2
|
src: manage-schema
|
||||||
dest: "{{ solr_data_dir }}/ckan/conf/managed-schema"
|
dest: "{{ solr_data_dir }}/ckan/conf/managed-schema"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: "root"
|
owner: "root"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue