Include jq, yq, and jp in relevant playbooks

This commit is contained in:
Kenneth Benzie 2022-10-30 23:23:48 +00:00
parent 9efb5d6c15
commit 1fbdcdd487
2 changed files with 5 additions and 0 deletions

View File

@ -14,8 +14,11 @@
- role: fzf - role: fzf
- role: git - role: git
- role: htop - role: htop
- role: jp
- role: jq
- role: tidy - role: tidy
- role: tree - role: tree
- role: yq
- role: llvm - role: llvm
- role: nodejs - role: nodejs

View File

@ -12,6 +12,8 @@
- role: curl - role: curl
- role: fzf - role: fzf
- role: tree - role: tree
- role: jq
- role: yq
- role: llvm - role: llvm
- role: nodejs - role: nodejs