From 06901866a7b766b25f31e868c063d98df4486c31 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 11 Jun 2015 18:35:58 +0000 Subject: [PATCH] Fix syntax error. --- roles/koji_builder/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index ac4e4ebb92..7f3a8cd207 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -116,7 +116,7 @@ - name: config for the kojid runroot plugin (only in staging) copy: src=runroot.conf dest=/etc/kojid/runroot.conf - when: 'staging' in group_names + when: env == 'staging' notify: - restart kojid tags: