Skip to content

Commit

Permalink
Fix PREP and indexing plugin package names
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Nov 21, 2024
1 parent b554cd2 commit df1d6c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roles/irods_icat/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
name:
- "{{ irods_idp_package_new }}"
- "{{ irods_esp_package_new }}"
- "{{ irods_dtp_package_new }}"
# - "{{ irods_dtp_package_new }}"
state: present
when: not ansible_check_mode and enable_open_search

Expand Down
6 changes: 3 additions & 3 deletions roles/irods_icat/vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ irods_icat_pip2_path: /usr/local/bin/pip2

irods_runtime_package_new: irods-runtime=4.3.3-0~noble
irods_server_package_new: irods-server=4.3.3-0~noble
irods_prep_package_new: irods-rule-engine-plugin-python=4.3.3.0-0~noble
irods_prep_package_new: irods-rule-engine-plugin-python=4.3.3.0-0+4.3.3~noble
irods_pgp_package_new: irods-database-plugin-postgres=4.3.3-0~noble
irods_idp_package_new: irods-rule-engine-plugin-indexing=4.3.3.0-0~noble
irods_esp_package_new: irods-rule-engine-plugin-elasticsearch=4.3.3.0-0~noble
irods_idp_package_new: irods-rule-engine-plugin-indexing=4.3.3.0-0+4.3.3~noble
irods_esp_package_new: irods-rule-engine-plugin-elasticsearch=4.3.3.0-0+4.3.3~noble
# irods_dtp_package_new: irods-rule-engine-plugin-document-type=4.2.12.0-1~bionic

0 comments on commit df1d6c6

Please sign in to comment.