2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

fix: remove npm to fix ubuntu 18 install conflicts

This commit is contained in:
Gavin D'souza 2019-12-18 10:49:38 +05:30
parent 8b9c24559f
commit e9205b5032

View File

@ -6,9 +6,7 @@
shell: "curl --silent --location https://deb.nodesource.com/setup_{{ node_version }}.x | bash -"
- name: Install nodejs {{ node_version }}
apt:
pkg: nodejs
package:
name: nodejs
state: present
update_cache: yes
force: yes
...