From f7e254cd3942d185df44286aa09dd50672963bd9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 11 Sep 2015 21:10:39 +0000 Subject: [PATCH] Setup repos before fas_client role --- playbooks/manual/kernel-qa.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/manual/kernel-qa.yml b/playbooks/manual/kernel-qa.yml index b96a1e0865..9e016347f1 100644 --- a/playbooks/manual/kernel-qa.yml +++ b/playbooks/manual/kernel-qa.yml @@ -12,6 +12,9 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + pre_tasks: + - include: "{{ tasks }}/yumrepos.yml" + roles: - base - rkhunter @@ -21,7 +24,6 @@ - hosts tasks: - - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml"