diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 3bc757e59e..35688aceb0 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -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 }}