lefos 3 years ago
parent
commit
0deb73d600
  1. 10
      node.yml

10
node.yml

@ -29,11 +29,11 @@
apt:
name: nodejs
state: present
- name: Install npm
become: true
apt:
name: npm
state: present
# - name: Install npm
# become: true
# apt:
# name: npm
# state: present
- name: install dependencies
command: npm install
args:

Loading…
Cancel
Save