Explicitly declare this config file. chdir didn't work like I expected.
This commit is contained in:
parent
ab131eec1f
commit
b727696f65
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
service: name="fedmsg-hub" state=stopped
|
service: name="fedmsg-hub" state=stopped
|
||||||
|
|
||||||
- name: Upgrade the database
|
- name: Upgrade the database
|
||||||
command: /usr/bin/alembic upgrade head
|
command: /usr/bin/alembic -c /usr/share/datanommer.models/alembic.ini upgrade head
|
||||||
args:
|
args:
|
||||||
chdir: /usr/share/datanommer.models/
|
chdir: /usr/share/datanommer.models/
|
||||||
async: 20000
|
async: 20000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue