Comment this out for now
This commit is contained in:
parent
09dde8f315
commit
9bc7c01e74
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