diff --git a/playbooks/groups/elections.yml b/playbooks/groups/elections.yml index cd2ea01399..85d056644f 100644 --- a/playbooks/groups/elections.yml +++ b/playbooks/groups/elections.yml @@ -35,13 +35,13 @@ - fas_client - rsyncd - sudo + - openvpn/client + when: env != "staging" tasks: - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - - include: "{{ tasks }}/openvpn_client.yml" - when: env != "staging" - include: "{{ tasks }}/apache.yml" - include: "{{ tasks }}/mod_wsgi.yml"