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"
|
- "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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue