OSC / ood-ansible

An ansible role for Open Ondemand
MIT License
30 stars 31 forks source link

Fixes paths for nginx on Ubuntu 20 #188

Closed julozi closed 1 year ago

julozi commented 1 year ago

The paths for nginx indicated in the variables file for Ubuntu 20 have not been adapted to the Ubuntu environment. They are in fact paths specific to the RedHat environment. This PR corrects the paths for Ubuntu 20.

johrstrom commented 1 year ago

Thanks!

johrstrom commented 1 year ago

Tests seem to be broken because of dependency issues. I'll fix it in another pull request.

johrstrom commented 1 year ago

OK tests are failing now because of the change. We need to edit the molecule/default/fixtures/config/nginx_stage.yml.*.Debian files.

Happy to update the pull request myself - it appears to let me edit it, so I'm happy to update the tests myself.