Move elections back to the tasks

This commit is contained in:
Pierre-Yves Chibon 2014-08-01 16:55:45 +02:00
parent ecd9d72382
commit 041ebfa229

View file

@ -35,13 +35,15 @@
- fas_client
- rsyncd
- sudo
- { role: openvpn/client,
when: env != "staging" }
# - { role: 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"