ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

playbook breaks on missing nginx file #259

Closed seru71 closed 7 years ago

seru71 commented 7 years ago

I deployed GalaxyKickStart on a remote machine with Ubuntu 16.04 using artisan configuration. During the play ansible came across a missing file in nginx: FAILED! => {"changed": false, "failed": true, "msg": "Source /usr/share/nginx/html/50x.html not found"}

This could be related to the particular version of nginx installed. After commenting out the task everything else worked smoothly.

drosofff commented 7 years ago

@seru71 OK, I noticed the error, I will address this asap. Thanks for reporting !

drosofff commented 7 years ago

@seru71 : the PR #260 is a (bit ugly) turnaround of the issue.