Setup repos before fas_client role

This commit is contained in:
Kevin Fenzi 2015-09-11 21:10:39 +00:00
parent 9077f78943
commit f7e254cd39

View file

@ -12,6 +12,9 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- include: "{{ tasks }}/yumrepos.yml"
roles:
- base
- rkhunter
@ -21,7 +24,6 @@
- hosts
tasks:
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"