mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
copr-fe-dev: use mod_wsgi role
This commit is contained in:
@@ -143,6 +143,12 @@
|
||||
|
||||
- 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
|
||||
service: state=started enabled=yes name={{ item }}
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user