working through each file
This commit is contained in:
8
tasks/npm.yml
Normal file
8
tasks/npm.yml
Normal 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
|
||||
Reference in New Issue
Block a user