uncomment sbt, I built it in copr for f22 too now

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-07-09 00:37:40 +00:00
parent 5f1525181b
commit 3723b58011

View file

@ -386,11 +386,11 @@
tags: tags:
- packages - packages
# - name: install pkgs for jenkins for fedora systems > F19 - name: install pkgs for jenkins for fedora systems > F19
# action: yum state=present pkg={{ item }} action: yum state=present pkg={{ item }}
# when: is_fedora is defined and ansible_distribution_major_version|int > 20 when: is_fedora is defined and ansible_distribution_major_version|int >= 20
# with_items: with_items:
# - sbt-extras - sbt-extras
- name: install pkgs for jenkins for fedora systems - name: install pkgs for jenkins for fedora systems
action: yum state=present pkg={{ item }} action: yum state=present pkg={{ item }}