add mod_wsgi to modernpaste instance

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-05-10 05:05:08 +00:00
parent 9840e03777
commit 5e78543b51

View file

@ -33,3 +33,4 @@
- include: "{{ tasks }}/cloud_setup_basic.yml"
- name: set hostname (required by some services, at least postfix need it)
shell: "hostname {{inventory_hostname}}"
- include: "{{ tasks }}/mod_wsgi.yml"