From 118d73e3f0aed2dc56318ee8da3a51e8bedc124e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jun 2015 20:02:02 +0000 Subject: [PATCH] Typo fix (one too many }s) --- 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 91160c23bd..5f3fe3fa12 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" and inventory_hostname.startswith('s390') } - { role: nfs/server, when: env == "staging" } - { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') } - role: nfs/client