iad2: rhel8 doesnt have python-psutil, it has python2-psutil

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-24 13:09:05 -07:00
parent deedb8f32c
commit a62dc49c9e

View file

@ -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