georchestra / ansible

Ansible playbooks to deploy a fullblown geOrchestra instance
ISC License
16 stars 12 forks source link

datahub - custom assets from datadir fails if the datadir is not present #130

Open pmauduit opened 6 months ago

pmauduit commented 6 months ago
TASK [apache : copy custom assets from datadir] ********************************
fatal: [georchestra]: FAILED! => {"changed": false, "msg": "Source /etc/georchestra/datahub/assets/ not found"}

I suggest to skip the task when /etc/georchestra does not exist.

landryb commented 6 months ago

that task should be run after deploying the datadir ...