Another java 1.8.0 ism

This commit is contained in:
Kevin Fenzi 2014-12-18 20:15:18 +00:00
parent 04c4f190e8
commit 888becce26

View file

@ -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