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 }}
|
action: yum state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- vim
|
- vim
|
||||||
- java-1.8.0-openjdk
|
|
||||||
- java-1.8.0-openjdk-devel
|
|
||||||
- subversion
|
- subversion
|
||||||
- bzr
|
- bzr
|
||||||
- git
|
- git
|
||||||
|
@ -385,6 +383,8 @@
|
||||||
- name: install packages not (yet) available on el7 builder
|
- name: install packages not (yet) available on el7 builder
|
||||||
action: yum state=present pkg={{ item }}
|
action: yum state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
- java-1.8.0-openjdk
|
||||||
|
- java-1.8.0-openjdk-devel
|
||||||
- python-straight-plugin
|
- python-straight-plugin
|
||||||
- pyflakes # Requested by user rholy (ticket #4175)
|
- pyflakes # Requested by user rholy (ticket #4175)
|
||||||
- dia # Required by javapackages-tools ticket #4279
|
- dia # Required by javapackages-tools ticket #4279
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue