From 889bf0f32fb30176e866c26e62f82eedd5536db9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jun 2015 20:05:53 +0000 Subject: [PATCH] Logic failure. Should be or here and not and. --- playbooks/groups/koji-hub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 5f3fe3fa12..967e49eb82 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -41,7 +41,7 @@ - apache - fedmsg/base - koji_hub - - { role: koji_builder, when: env == "staging" and inventory_hostname.startswith('s390') } + - { role: koji_builder, when: env == "staging" or inventory_hostname.startswith('s390') } - { role: nfs/server, when: env == "staging" } - { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') } - role: nfs/client