From 7392fb99f6e8cb66c997969ead850e7e7c8b3e3b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 19 Aug 2014 22:09:30 +0200 Subject: [PATCH] One package is F19+ only --- playbooks/groups/jenkins-cloud.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 2ac68408de..7e98a7f30c 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -333,6 +333,12 @@ tags: - packages + - name: install pkgs for jenkins for fedora systems > F19 + action: yum state=installed pkg={{ item }} + when: is_fedora is defined and ansible_distribution_major_version > 19 + with_items: + - sbt-extras + - name: install pkgs for jenkins for fedora systems action: yum state=installed pkg={{ item }} when: is_fedora is defined @@ -340,7 +346,6 @@ - python3 - python-nose-cover3 - python3-nose-cover3 - - sbt-extras - glibc.i686 - glibc-devel.i686 - libstdc++.i686