From 47678c1933f5692923ecb7939e26094644598007 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 22 Jan 2015 21:00:57 +0000 Subject: [PATCH] Reorder things and fix a conditional. --- playbooks/groups/koji-hub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index fb4319fdc0..22c8474c43 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -38,14 +38,14 @@ - fas_client - collectd/base - fedmsg/base + - koji_hub - { role: koji_builder, when: env == "staging" } - { role: nfs/server, when: env == "staging" } - { role: keepalived, when: env != "staging" } - role: nfs/client mnt_dir: '/mnt/fedora_koji' nfs_src_dir: 'fedora_koji' - when: datacenter != 'staging' - - koji_hub + when: env != 'staging' - sudo tasks: