From 6993fc1dd1bd519a6791cda8f5ff0e7a0fb946e3 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sun, 7 Jun 2015 15:57:30 +0000 Subject: [PATCH] Install python-webob1.4 on the RHEL7 jenkins slave for bodhi2 --- playbooks/groups/jenkins-cloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 410966b0f2..0b7252b298 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -400,6 +400,7 @@ action: yum state=present pkg={{ item }} with_items: - python-pygit2 # Required for pagure + - python-webob1.4 # Required by bodhi2 when: ansible_distribution_version[0] == "7" tags: - packages