From ad18f9defda3c105800868c6c16a960a7649f1e6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 12 Nov 2014 01:26:22 +0000 Subject: [PATCH] Run, kojira, run! --- playbooks/groups/koji-hub.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 98d28d0924..8b5cb94535 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -59,6 +59,9 @@ user: root gather_facts: True + # XXX - should these just be included in koji_builder and koji_hub roles? tasks: - name: make sure kojid is running - action: service name=kojid state=running + service: name=kojid state=running + - name: make sure kojira is running + service: name=kojira state=running