gdcc / dataverse-ansible

Ansible role for installing Dataverse
GNU General Public License v3.0
18 stars 21 forks source link

update-fields.sh has moved #366

Open donsizemore opened 4 months ago

donsizemore commented 4 months ago

Paul Boon writes:

"Just the other day I am running a 'vagrant up' which will run that dataverse-ansible role in our setup, and now it fails:

TASK [dataverse-ansible : release case: get develop update-fields.sh from develop] *** fatal: [dev_dataversenl]: FAILED! => {"changed": false, "dest": "/tmp/dvinstall/update-fields.sh", "elapsed": 0, "gid": 0, "group": "root", "mode": "0775", "msg": "Request failed", "owner": "root", "response": "HTTP Error 404: Not Found", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 7314, "state": "file", "status_code": 404, "uid": 0, "url": "https://raw.githubusercontent.com/IQSS/dataverse/develop/conf/solr/9.3.0/update-fields.sh"}

This is from https://github.com/gdcc/dataverse-ansible/blob/06b3b9ad127569a6aeb28152fd0d25a42783891f/tasks/custom_metadata_blocks.yml#L42

I checked the dataverse code repo and there is no 'conf/solr/9.3.0/update-fields.sh'. Does this mean that the dataverse repo needs to be fixed, or does the dataverse-ansible need to be changed?"