diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 228ec4813c..bd6839329f 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -48,6 +48,8 @@ - include: "{{ tasks }}/sudo.yml" - include: "{{ tasks }}/apache.yml" - include: "{{ tasks }}/mod_wsgi.yml" + - include: "{{ tasks }}/openvpn_client.yml" + when: env != "staging" handlers: - include: "{{ handlers }}/restart_services.yml"