add the rest of the hypr tools

This commit is contained in:
Matthew Stobbs
2025-03-12 15:11:48 -06:00
parent 8478dbaf8f
commit f8d4fa869b
36 changed files with 858 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
# vim: set filetype=yaml.ansible :
---
- name: Install npm {{ pkg }}
become: "{{ ext_become }}"
become: true
community.general.npm:
global: true
name: "{{ pkg }}"