copr-frontend: dep is python3-alembic
This commit is contained in:
parent
811c436340
commit
201237b9d0
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
- "mod_ssl"
|
||||
- redis
|
||||
- pxz
|
||||
- alembic-3
|
||||
- python3-alembic
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
|||
- import_tasks: "psql_setup.yml"
|
||||
|
||||
- name: upgrade db to head
|
||||
command: python3-alembic upgrade head
|
||||
command: alembic-3 upgrade head
|
||||
become: yes
|
||||
become_user: copr-fe
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue