Commit 193f258b by Max Rothman

Merge pull request #2040 from edx/max/notes-migrations

Notes role should not always run migrations
parents bc1c69fd 806e3600
......@@ -61,7 +61,7 @@
sudo_user: "{{ edx_notes_api_user }}"
environment:
EDXNOTES_CONFIG_ROOT: "{{ COMMON_CFG_DIR }}"
#when: migrate_db is defined and migrate_db|lower == "yes"
when: migrate_db is defined and migrate_db|lower == "yes"
- name: write out gunicorn.py
template: >
......
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