Hubs: fix more python3 deps
This commit is contained in:
parent
c032c55921
commit
4a2901f8d9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
- name: Install the webserver packages
|
- name: Install the webserver packages
|
||||||
dnf: name={{ item }} state=present
|
dnf: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- python-gunicorn
|
- python3-gunicorn
|
||||||
- nginx
|
- nginx
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue