ilri / rmg-ansible-public

Ansible playbooks for ILRI research-computing infrastructure
GNU General Public License v3.0
8 stars 2 forks source link

roles/dspace: Use dspace_root variable in handle cron job #70

Closed alanorth closed 7 years ago

alanorth commented 7 years ago

It's bad to assume that /home + nginx_server_name will be where the DSpace root is. Instead, just use the host's dspace_root variable directly. In theory these are the same, but it's better to just use the correct variable.