From 47ee47e42ae9f5a0c151be0f7cda68c87f149f49 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 30 Nov 2016 03:42:44 +0000 Subject: [PATCH] moving yumrepos back to tasks from pre_tasks in attempt to fix issue with VM creation --- playbooks/groups/qa-stg.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/groups/qa-stg.yml b/playbooks/groups/qa-stg.yml index a593097727..fcc3d34c26 100644 --- a/playbooks/groups/qa-stg.yml +++ b/playbooks/groups/qa-stg.yml @@ -25,11 +25,9 @@ - { 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"