working through each file

This commit is contained in:
Matthew Stobbs
2025-02-13 11:06:56 -07:00
parent c73ac46bc8
commit 17ed8354c0
12 changed files with 163 additions and 184 deletions

8
tasks/npm.yml Normal file
View File

@@ -0,0 +1,8 @@
# vim: set filetype=yaml.ansible :
---
- name: Install npm pkg
become: "{{ archive_become }}"
community.general.npm:
global: true
name: "{{ pkg }}"
state: present