From a40fa68235803f94d060ee0871024d1a068377be Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 31 May 2023 22:33:26 +0100 Subject: [PATCH] Add RedHat support for htop role --- roles/htop/tasks/RedHat.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/htop/tasks/RedHat.yaml diff --git a/roles/htop/tasks/RedHat.yaml b/roles/htop/tasks/RedHat.yaml new file mode 100644 index 0000000..ec14518 --- /dev/null +++ b/roles/htop/tasks/RedHat.yaml @@ -0,0 +1,6 @@ +--- +- name: install dnf package + become: true + dnf: + name: htop + state: latest