we need our repos

This commit is contained in:
Kevin Fenzi 2017-10-10 21:35:44 +00:00
parent a09c3d146e
commit 373d9d0f8b

View file

@ -15,6 +15,9 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- include: "{{ tasks_path }}/yumrepos.yml"
roles:
- base
- rkhunter
@ -29,7 +32,6 @@
- mod_wsgi
tasks:
- include: "{{ tasks_path }}/yumrepos.yml"
- include: "{{ tasks_path }}/2fa_client.yml"
- include: "{{ tasks_path }}/motd.yml"