copr-fe-dev: use mod_wsgi role
This commit is contained in:
parent
42b0fcb33c
commit
b168e806d8
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@
|
||||||
|
|
||||||
- import_tasks: "httpd.yml"
|
- import_tasks: "httpd.yml"
|
||||||
|
|
||||||
|
# One of the key features of this role is an automatic httpd restart after
|
||||||
|
# python3-libs or any other breaking dependency is updated
|
||||||
|
- name: Install Fedora Infra mod_wsgi role
|
||||||
|
include_role: name=mod_wsgi
|
||||||
|
when: devel|bool
|
||||||
|
|
||||||
- name: Enable services
|
- name: Enable services
|
||||||
service: state=started enabled=yes name={{ item }}
|
service: state=started enabled=yes name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue