iad2: rhel8 doesnt have python-psutil, it has python2-psutil
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
deedb8f32c
commit
a62dc49c9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue