reorder this to work on new installs

This commit is contained in:
Kevin Fenzi 2016-12-14 02:41:25 +00:00
parent c438796add
commit ecd6cf502d

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
@ -25,7 +28,6 @@
- virthost
tasks:
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"