From 7fe9bae4b65323e8077159ee08d4ce99100f0ada Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 24 May 2013 22:15:15 +0000 Subject: [PATCH] Fix another bug.. good first start of my 21th year... --- playbooks/groups/jenkins-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index d31f6b0f41..487e59f4bc 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -167,7 +167,7 @@ - name: add jenkins repos action: copy src=$item dest=/etc/yum.repos.d/ owner=root group=root - with_fileglobs: $files/jenkins/slaves/*.repo + with_fileglob: $files/jenkins/slaves/*.repo tags: - config - packages