Add RedHat support for htop role

This commit is contained in:
Kenneth Benzie 2023-05-31 22:33:26 +01:00
parent 3102076b6a
commit a40fa68235

View File

@ -0,0 +1,6 @@
---
- name: install dnf package
become: true
dnf:
name: htop
state: latest