Not httpd/base, but apache task

This commit is contained in:
Kevin Fenzi 2015-01-21 17:25:44 +00:00
parent 0462f44c4b
commit b855af4409

View file

@ -42,6 +42,7 @@
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"
- include: "{{ tasks }}/apache.yml"
# You might think we would want these tasks on the proxy nodes, but they
# actually deliver a configuration that our proxy-specific roles below then go
@ -85,7 +86,6 @@
- include: "{{ handlers }}/restart_services.yml"
roles:
- httpd/base
- httpd/proxy
- varnish