Move mod_wsgi to a role rather than a included tasks

This commit is contained in:
Michael Scherer 2016-08-08 13:51:44 +02:00 committed by Kevin Fenzi
parent 5cce9c0030
commit 07f04462c3
37 changed files with 37 additions and 39 deletions

View file

@ -23,6 +23,7 @@
- fas_client
- collectd/base
- apache
- mod_wsgi
- fedmsg/base
- notifs/frontend
- sudo
@ -33,7 +34,6 @@
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"
- include: "{{ tasks }}/mod_wsgi.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"