uncomment sbt, I built it in copr for f22 too now
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
5f1525181b
commit
3723b58011
1 changed files with 5 additions and 5 deletions
|
@ -386,11 +386,11 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
# - name: install pkgs for jenkins for fedora systems > F19
|
||||
# action: yum state=present pkg={{ item }}
|
||||
# when: is_fedora is defined and ansible_distribution_major_version|int > 20
|
||||
# with_items:
|
||||
# - sbt-extras
|
||||
- name: install pkgs for jenkins for fedora systems > F19
|
||||
action: yum state=present pkg={{ item }}
|
||||
when: is_fedora is defined and ansible_distribution_major_version|int >= 20
|
||||
with_items:
|
||||
- sbt-extras
|
||||
|
||||
- name: install pkgs for jenkins for fedora systems
|
||||
action: yum state=present pkg={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue