Install python-webob1.4 on the RHEL7 jenkins slave for bodhi2

This commit is contained in:
Luke Macken 2015-06-07 15:57:30 +00:00
parent 1454797a4e
commit 6993fc1dd1

View file

@ -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