No pyflakes on el7 either yet

This commit is contained in:
Kevin Fenzi 2014-03-15 18:35:32 +00:00
parent edb5a411b3
commit d6661af88c

View file

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