feat(role): add jq
This commit is contained in:
parent
5a3fab8f53
commit
3591a72612
|
@ -11,6 +11,7 @@
|
|||
- role: gnome-tweak-tools
|
||||
- role: git
|
||||
- role: htop
|
||||
- role: jq
|
||||
- role: neovim
|
||||
- role: neovim-lsp
|
||||
- role: npm
|
||||
|
|
7
roles/jq/tasks/main.yaml
Normal file
7
roles/jq/tasks/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Install
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- jq
|
||||
state: latest
|
||||
become: true
|
Loading…
Reference in a new issue