2 Commits

Author SHA1 Message Date
a40fa68235 Add RedHat support for htop role 2023-05-31 22:33:26 +01:00
3102076b6a Add RedHat support to gh role 2023-05-31 22:31:50 +01:00
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
- name: add yum repository
become: true
get_url:
url: https://cli.github.com/packages/rpm/gh-cli.repo
dest: /etc/yum.repos.d/gh-cli.repo
- name: install dnf package
become: true
dnf:
name: gh
state: latest

View File

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