diff options
-rw-r--r-- | playbooks/groups/sundries.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 228ec4813..bd6839329 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" |