Install python3 versions of dependencies in ODCS base role.

This commit is contained in:
Jan Kaluža 2018-08-30 13:02:50 +00:00
parent e40cbcea8d
commit 3d6a75c53d

View file

@ -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