copr-frontend: fix alembic invocation

* see https://bugzilla.redhat.com/show_bug.cgi?id=1536058
This commit is contained in:
clime 2018-02-23 21:29:50 +01:00
parent c50aa8746f
commit f278a47117

View file

@ -24,7 +24,7 @@
- "mod_ssl"
- redis
- pxz
- python-alembic
- python3-alembic
tags:
- packages
@ -65,7 +65,7 @@
- import_tasks: "psql_setup.yml"
- name: upgrade db to head
command: alembic upgrade head
command: python3-alembic upgrade head
become: yes
become_user: copr-fe
args: