copr-frontend: dep is python3-alembic

This commit is contained in:
clime 2018-02-23 22:55:04 +01:00
parent 811c436340
commit 201237b9d0

View file

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