Commit c99b6a34 by Alex Dusenbery

fake initial migration for notifier

parent 3acedec9
- Role: notifier
- Updated notifier Syncdb to do `migrate --fake-initial` instead of `syncdb`.
- Role: discovery
- Added `DISCOVERY_REPOS` to allow configuring discovery repository details.
......
......@@ -98,7 +98,7 @@
- "install:configuration"
- name: Syncdb
shell: "{{ NOTIFIER_VENV_DIR }}/bin/python manage.py syncdb"
shell: "{{ NOTIFIER_VENV_DIR }}/bin/python manage.py migrate --fake-initial"
args:
chdir: "{{ NOTIFIER_CODE_DIR }}"
become: true
......
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