Install python-pygit2 on the el7 builder for pagure

This commit is contained in:
Pierre-Yves Chibon 2015-05-07 20:56:56 +02:00
parent 76bbba32a4
commit 26c02e8ce0

View file

@ -395,6 +395,14 @@
tags:
- packages
- name: install packages available on el7 builder
action: yum state=present pkg={{ item }}
with_items:
- python-pygit2 # Required for pagure
when: ansible_distribution_version == "7.0"
tags:
- packages
- name: install pkgs for jenkins for fedora systems > F19
action: yum state=present pkg={{ item }}
when: is_fedora is defined and ansible_distribution_major_version > 20