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

10
node.yml

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

Loading…
Cancel
Save