command/chdir seems to be broken.

This commit is contained in:
Ralph Bean 2015-03-24 19:22:27 +00:00
parent 988bb1ca2d
commit 90e82f4737
2 changed files with 2 additions and 2 deletions

View file

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