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.
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.