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: fzf
- role: gh - role: gh
- role: git - role: git
- role: glab
- role: htop - role: htop
- role: jp - role: jp
- role: jq - role: jq
- role: readline - role: readline
- role: tidy - role: tidy
- role: tree - role: tree
- role: yq
- role: watch - role: watch
- role: yq
- role: llvm - role: llvm
- role: nodejs - role: nodejs

View File

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