finished with a bunch more

This commit is contained in:
Matthew Stobbs
2026-03-03 15:08:15 -07:00
parent 24a4ec17ec
commit 065031b77f
27 changed files with 364 additions and 208 deletions

View File

@@ -1,5 +1,8 @@
# vim: set filetype=yaml.ansible :
---
- name: Dump npm pkg
ansible.builtin.debug:
var: pkg
- name: Install npm
become: "{{ install_become }}"
become_user: "{{ install_become_user }}"