One package is F19+ only
This commit is contained in:
parent
6857480956
commit
7392fb99f6
1 changed files with 6 additions and 1 deletions
|
@ -333,6 +333,12 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
- name: install pkgs for jenkins for fedora systems > F19
|
||||||
|
action: yum state=installed pkg={{ item }}
|
||||||
|
when: is_fedora is defined and ansible_distribution_major_version > 19
|
||||||
|
with_items:
|
||||||
|
- sbt-extras
|
||||||
|
|
||||||
- name: install pkgs for jenkins for fedora systems
|
- name: install pkgs for jenkins for fedora systems
|
||||||
action: yum state=installed pkg={{ item }}
|
action: yum state=installed pkg={{ item }}
|
||||||
when: is_fedora is defined
|
when: is_fedora is defined
|
||||||
|
@ -340,7 +346,6 @@
|
||||||
- python3
|
- python3
|
||||||
- python-nose-cover3
|
- python-nose-cover3
|
||||||
- python3-nose-cover3
|
- python3-nose-cover3
|
||||||
- sbt-extras
|
|
||||||
- glibc.i686
|
- glibc.i686
|
||||||
- glibc-devel.i686
|
- glibc-devel.i686
|
||||||
- libstdc++.i686
|
- libstdc++.i686
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue