fedmsg/base: fix task installing packages to not bomb out on rhel
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8ffaec6255
commit
b0df3a4c5b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
tags:
|
||||
- packages
|
||||
- fedmsg/base
|
||||
when: ansible_distribution_major_version|int < 31
|
||||
when: ansible_distribution_major_version|int < 31 and ansible_distribution == 'Fedora'
|
||||
|
||||
- name: install needed packages
|
||||
dnf:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue