Explicitly declare this config file. chdir didn't work like I expected.

This commit is contained in:
Ralph Bean 2015-03-16 22:09:10 +00:00
parent ab131eec1f
commit b727696f65

View file

@ -107,7 +107,7 @@
service: name="fedmsg-hub" state=stopped
- name: Upgrade the database
command: /usr/bin/alembic upgrade head
command: /usr/bin/alembic -c /usr/share/datanommer.models/alembic.ini upgrade head
args:
chdir: /usr/share/datanommer.models/
async: 20000