We are past RHEL 7.0 now
This commit is contained in:
parent
26c02e8ce0
commit
850ef5a5cb
1 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,7 @@
|
||||||
- python-straight-plugin
|
- python-straight-plugin
|
||||||
- pyflakes # Requested by user rholy (ticket #4175)
|
- pyflakes # Requested by user rholy (ticket #4175)
|
||||||
#- dia # Required by javapackages-tools ticket #4279
|
#- dia # Required by javapackages-tools ticket #4279
|
||||||
when: ansible_distribution_version != "7.0"
|
when: ansible_distribution_version[0] != "7"
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -399,7 +399,7 @@
|
||||||
action: yum state=present pkg={{ item }}
|
action: yum state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- python-pygit2 # Required for pagure
|
- python-pygit2 # Required for pagure
|
||||||
when: ansible_distribution_version == "7.0"
|
when: ansible_distribution_version[0] == "7"
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue