Add RedHat support for htop role
This commit is contained in:
parent
3102076b6a
commit
a40fa68235
6
roles/htop/tasks/RedHat.yaml
Normal file
6
roles/htop/tasks/RedHat.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: install dnf package
|
||||
become: true
|
||||
dnf:
|
||||
name: htop
|
||||
state: latest
|
Loading…
x
Reference in New Issue
Block a user