From 850ef5a5cb41884f1d2cae8c0b21c5b2bf6bf760 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 7 May 2015 21:00:12 +0200 Subject: [PATCH] We are past RHEL 7.0 now --- playbooks/groups/jenkins-cloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index dba49a1ed9..324f5b8a94 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -391,7 +391,7 @@ - python-straight-plugin - pyflakes # Requested by user rholy (ticket #4175) #- dia # Required by javapackages-tools ticket #4279 - when: ansible_distribution_version != "7.0" + when: ansible_distribution_version[0] != "7" tags: - packages @@ -399,7 +399,7 @@ action: yum state=present pkg={{ item }} with_items: - python-pygit2 # Required for pagure - when: ansible_distribution_version == "7.0" + when: ansible_distribution_version[0] == "7" tags: - packages