Add RedHat support for the glab role
This commit is contained in:
parent
3fee590a8f
commit
5420eb9cd5
@ -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
|
||||
|
6
roles/glab/tasks/RedHat.yaml
Normal file
6
roles/glab/tasks/RedHat.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: install dnf package
|
||||
become: true
|
||||
dnf:
|
||||
name: glab
|
||||
state: latest
|
Loading…
x
Reference in New Issue
Block a user