move this to pre_tasks so fas_client can install

This commit is contained in:
Kevin Fenzi 2017-05-19 17:44:27 +00:00
parent b0055e76f3
commit 502a5e7aac

View file

@ -14,6 +14,9 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- include: "{{ tasks_path }}/yumrepos.yml"
roles:
- base
- rkhunter
@ -26,7 +29,6 @@
- { role: openvpn/client, when: datacenter != "phx2" }
tasks:
- include: "{{ tasks_path }}/yumrepos.yml"
- include: "{{ tasks_path }}/2fa_client.yml"
- include: "{{ tasks_path }}/motd.yml"