From 23e38448bf4f63e339f816d2589a200f3451a409 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 23 Jan 2017 11:24:52 +0000 Subject: [PATCH] rel-eng: compose: fix yum repo configuration ordering --- playbooks/groups/releng-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/releng-compose.yml b/playbooks/groups/releng-compose.yml index 2831aee2c1..b1ccabe249 100644 --- a/playbooks/groups/releng-compose.yml +++ b/playbooks/groups/releng-compose.yml @@ -17,6 +17,9 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + pre_tasks: + - include: "{{ tasks }}/yumrepos.yml" + roles: - base - hosts @@ -45,7 +48,6 @@ tasks: # this is how you include other task lists - - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml"