dotfiles/roles/vim-plug/tasks/depend/alpine.yml

11 lines
181 B
YAML

---
- name: (alp) installing plugin dependencies
community.general.apk:
name:
- nodejs
- npm
- yarn
state: present
update_cache: true
become: true