From 9bc7c01e7439635bb306871a303e9d964aa16c51 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Jul 2015 16:44:34 +0000 Subject: [PATCH] Comment this out for now --- playbooks/groups/jenkins-cloud.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }}