Add missing CLI roles to UnixCLI.yaml playbook
This commit is contained in:
parent
959f4b2b32
commit
876db8ecfb
@ -12,8 +12,10 @@
|
||||
when: '"WSL" not in ansible_kernel'
|
||||
|
||||
- role: ag
|
||||
- role: bash
|
||||
- role: bat
|
||||
- role: curl
|
||||
- role: editline
|
||||
- role: fzf
|
||||
- role: gh
|
||||
- role: git
|
||||
@ -25,8 +27,11 @@
|
||||
- role: tidy
|
||||
- role: tree
|
||||
- role: watch
|
||||
- role: wget
|
||||
- role: yq
|
||||
|
||||
- role: gdb
|
||||
when: ansible_os_family != "Darwin"
|
||||
- role: llvm
|
||||
- role: nodejs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user