mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
committed by
Pierre-Yves Chibon
parent
8ffaec6255
commit
b0df3a4c5b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user