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 }}" 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