Another java 1.8.0 ism
This commit is contained in:
parent
04c4f190e8
commit
888becce26
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue