From 8110c03c1f7c8d7953fd434713e4f93fe56228c6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 10 May 2014 17:35:23 +0000 Subject: [PATCH] This task moved to a role. --- playbooks/groups/buildvm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index 0222f61859..63d74f823a 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -38,7 +38,6 @@ tasks: - include: "{{ tasks }}/hosts.yml" - include: "{{ tasks }}/yumrepos.yml" - - include: "{{ tasks }}/koji/builder_kernel_config.yml" - name: make sure kojid is running action: service name=kojid state=running