From f2799983ecdb2c2cd54bfc8457e41840b06b78cc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 25 Jan 2014 19:42:21 +0000 Subject: [PATCH] Change this to just running. --- playbooks/groups/buildvm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index cf6db7997e..0222f61859 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -40,8 +40,8 @@ - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/koji/builder_kernel_config.yml" - - name: restart kojid - action: service name=kojid state=restarted + - name: make sure kojid is running + action: service name=kojid state=running handlers: - include: "{{ handlers }}/restart_services.yml"