From 888becce2666e7ca513a13f0f8f060952393fd6f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 18 Dec 2014 20:15:18 +0000 Subject: [PATCH] Another java 1.8.0 ism --- playbooks/groups/jenkins-cloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index c7b87df97e..2b4c41409b 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -342,8 +342,6 @@ action: yum state=present pkg={{ item }} with_items: - vim - - java-1.8.0-openjdk - - java-1.8.0-openjdk-devel - subversion - bzr - git @@ -385,6 +383,8 @@ - name: install packages not (yet) available on el7 builder action: yum state=present pkg={{ item }} with_items: + - java-1.8.0-openjdk + - java-1.8.0-openjdk-devel - python-straight-plugin - pyflakes # Requested by user rholy (ticket #4175) - dia # Required by javapackages-tools ticket #4279