moving yumrepos back to tasks from pre_tasks in attempt to fix issue with VM creation
This commit is contained in:
parent
dc43c2aacf
commit
47ee47e42a
1 changed files with 1 additions and 3 deletions
|
@ -25,11 +25,9 @@
|
||||||
- { role: sudo, tags: ['sudo'] }
|
- { role: sudo, tags: ['sudo'] }
|
||||||
- apache
|
- apache
|
||||||
|
|
||||||
pre_tasks:
|
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
# this is how you include other task lists
|
# this is how you include other task lists
|
||||||
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
- include: "{{ tasks }}/2fa_client.yml"
|
- include: "{{ tasks }}/2fa_client.yml"
|
||||||
- include: "{{ tasks }}/motd.yml"
|
- include: "{{ tasks }}/motd.yml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue