mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
iad2: rhel8 doesnt have python-psutil, it has python2-psutil
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
tags:
|
||||
- packages
|
||||
- fedmsg/base
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
when: ansible_distribution_major_version|int < 8
|
||||
|
||||
- name: install python2 fedmsg package
|
||||
package: name=fedmsg state=present
|
||||
|
||||
Reference in New Issue
Block a user