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 }}"
|
pkg: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
- python2-odcs-common
|
- python3-odcs-common
|
||||||
- odcs
|
- odcs
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
pkg: "{{ item }}"
|
pkg: "{{ item }}"
|
||||||
state: latest
|
state: latest
|
||||||
with_items:
|
with_items:
|
||||||
- python2-odcs-common
|
- python3-odcs-common
|
||||||
- odcs
|
- odcs
|
||||||
when: odcs_upgrade
|
when: odcs_upgrade
|
||||||
tags:
|
tags:
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- mod_auth_openidc
|
- mod_auth_openidc
|
||||||
- mod_wsgi
|
- python3-mod_wsgi
|
||||||
when: inventory_hostname.startswith('odcs-frontend')
|
when: inventory_hostname.startswith('odcs-frontend')
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue