feat: add tldr, gnome-tweaks, and npm
This commit is contained in:
parent
76597dcb17
commit
d407e76635
4 changed files with 24 additions and 0 deletions
roles/npm/tasks
7
roles/npm/tasks/main.yaml
Normal file
7
roles/npm/tasks/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Install
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- npm
|
||||
state: latest
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue