Hubs: fix more python3 deps

This commit is contained in:
Aurélien Bompard 2018-01-24 16:13:42 +00:00
parent c032c55921
commit 4a2901f8d9

View file

@ -3,7 +3,7 @@
- name: Install the webserver packages
dnf: name={{ item }} state=present
with_items:
- python-gunicorn
- python3-gunicorn
- nginx
- libsemanage-python