Add RedHat support for the glab role

This commit is contained in:
Kenneth Benzie 2023-06-03 09:34:07 +01:00
parent 3fee590a8f
commit 5420eb9cd5
2 changed files with 8 additions and 1 deletions

View File

@ -17,14 +17,15 @@
- role: fzf
- role: gh
- role: git
- role: glab
- role: htop
- role: jp
- role: jq
- role: readline
- role: tidy
- role: tree
- role: yq
- role: watch
- role: yq
- role: llvm
- role: nodejs

View File

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