From 6652bd33fc4ebd7caebd6bc4c0cd822d14654fe8 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 29 Nov 2016 23:27:07 +0000 Subject: [PATCH] changing yumrepos to be a pre-task to get infra-tag repo early --- playbooks/groups/qa-stg.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/qa-stg.yml b/playbooks/groups/qa-stg.yml index fcc3d34c26..8acffee334 100644 --- a/playbooks/groups/qa-stg.yml +++ b/playbooks/groups/qa-stg.yml @@ -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"