From d6661af88cebd9e4cdcc71ff0ef03d8cd0103009 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 15 Mar 2014 18:35:32 +0000 Subject: [PATCH] No pyflakes on el7 either yet --- 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 b9671082e2..0c72b25dda 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -305,14 +305,14 @@ - asciidoc # Required by javapackages-tools - xmlto # Required by javapackages-tools - pycairo-devel # Required by dogtail - - pyflakes # Requested by user rholy (ticket #4175) tags: - packages - - name: install python-straight-plugin but not on el7 builder + - name: install packages not (yet) available on el7 builder action: yum state=installed pkg={{ item }} with_items: - python-straight-plugin + - pyflakes # Requested by user rholy (ticket #4175) when: ansible_distribution_version != "7.0" tags: - packages