No pyflakes on el7 either yet
This commit is contained in:
parent
edb5a411b3
commit
d6661af88c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue