mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
Install python3 versions of dependencies in ODCS base role.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
pkg: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- python-psycopg2
|
||||
- python2-odcs-common
|
||||
- python3-psycopg2
|
||||
- python3-odcs-common
|
||||
- odcs
|
||||
tags:
|
||||
- odcs
|
||||
@@ -16,7 +16,7 @@
|
||||
pkg: "{{ item }}"
|
||||
state: latest
|
||||
with_items:
|
||||
- python2-odcs-common
|
||||
- python3-odcs-common
|
||||
- odcs
|
||||
when: odcs_upgrade
|
||||
tags:
|
||||
@@ -30,7 +30,7 @@
|
||||
state: present
|
||||
with_items:
|
||||
- mod_auth_openidc
|
||||
- mod_wsgi
|
||||
- python3-mod_wsgi
|
||||
when: inventory_hostname.startswith('odcs-frontend')
|
||||
tags:
|
||||
- odcs
|
||||
|
||||
Reference in New Issue
Block a user