moving yumrepos back to pre_tasks

This commit is contained in:
Tim Flink
2016-11-30 09:13:00 +00:00
parent 2f7de0a5d3
commit 62a1744fcb

View File

@@ -25,9 +25,11 @@
- { role: sudo, tags: ['sudo'] }
- apache
pre_tasks:
- include: "{{ tasks }}/yumrepos.yml"
tasks:
# this is how you include other task lists
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"