Install python3 versions of dependencies in ODCS base role.
This commit is contained in:
parent
e40cbcea8d
commit
3d6a75c53d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue