mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
copr-frontend: fix alembic invocation
* see https://bugzilla.redhat.com/show_bug.cgi?id=1536058
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user