Fix a typo

This commit is contained in:
Andrea Dell'Amico 2024-11-28 18:48:35 +01:00
parent ceaaa2b0ff
commit 413353fcca
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
- name: copy extra libraries
shell: cd {{ solr_server_dir }}; cp -u {{ item }} {{ solr_data_dir }}/lib
with_items: '{{ solr_jar_files }}'
when: if solr_version is version_compare('7.5.0', '<=')
when: solr_version is version_compare('7.5.0', '<=')
- name: Install the solr default
template: src=solr-default.j2 dest=/etc/default/solr.in.sh mode=0644 owner=root group=root