Comment this out for now

This commit is contained in:
Kevin Fenzi 2015-07-07 16:44:34 +00:00
parent 09dde8f315
commit 9bc7c01e74

View file

@ -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 }}