changing yumrepos to be a pre-task to get infra-tag repo early
This commit is contained in:
parent
b546f0f888
commit
6652bd33fc
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue