Commit 72b94647 by Kevin Falcone

Minos' default config lives in /edx/etc

Four years ago we moved it there and left a symlink behind, but this
playbook wasn't updated.  Now that we've cleaned up the symlink, minos
fails to run on new machines.

https://github.com/edx/configuration/pull/1882

When this merges, it will break non-test builds
https://github.com/edx/configuration/pull/4598/
parent 4c4cea1d
......@@ -44,4 +44,4 @@
gather_facts: False
tasks:
- name: Run minos
command: /edx/app/minos/venvs/bin/minos --config /edx/etc/minos/minos.yml --json
command: /edx/app/minos/venvs/bin/minos --config /edx/etc/minos.yml --json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment