Only in prod tho

This commit is contained in:
Kevin Fenzi 2014-02-25 17:20:19 +00:00
parent dcf9a500dc
commit a62df97226

View file

@ -50,6 +50,7 @@
- include: "{{ tasks }}/apache.yml"
- include: "{{ tasks }}/mod_wsgi.yml"
- include: "{{ tasks }}/openvpn_client.yml"
when: env != "staging"
handlers:
- include: "{{ handlers }}/restart_services.yml"