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