From 8b673d0dbca51671fe99a09a221886ee8dca542a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 20 Aug 2014 07:57:12 +0200 Subject: [PATCH] Try F20+ --- playbooks/groups/jenkins-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 7e98a7f30c..d92dd869e7 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -335,7 +335,7 @@ - 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 + when: is_fedora is defined and ansible_distribution_major_version > 20 with_items: - sbt-extras