Fix the openrefine .ini template name.

This commit is contained in:
Andrea Dell'Amico 2020-06-01 13:43:03 +02:00
parent 755b37c5fe
commit d70e589f85
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
creates: '{{ openrefine_user_home }}/{{ openrefine_distribution_prefix }}-{{ openrefine_version }}'
- name: Install the openrefine configuration
template: src=refine.ini dest={{ openrefine_user_home }}/{{ openrefine_distribution_prefix }}-{{ openrefine_version }}/refine.ini owner=root group=root mode=0644
template: src=refine.ini.j2 dest={{ openrefine_user_home }}/{{ openrefine_distribution_prefix }}-{{ openrefine_version }}/refine.ini owner=root group=root mode=0644
notify: Restart openrefine
tags: [ 'openrefine', 'google_openrefine', 'openrefine_conf' ]