mplachter / ansible-role-cerebro

Ansible role for deploying and configuring cerebro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cerebro_install_dir causes invalid permissions to be set

winder opened this issue · comments

Using the default cerebro_install_dir=/opt causes invalid permissions to be applied to the directory. For my use case I was installing several services in /opt, but they fail because the permissions are restricted such that the services don't have access to the directory.

For a simple workaround, I found using cerebro_install_dir=/opt/cerebro fixes the problem.

Thanks @winder I'll change the default Path