[ansible][irregular-apocalypse] install npm

pull/28/head
Alpha Chen 5 years ago
parent 7e437d5690
commit 1527ad26c0

@ -13,7 +13,10 @@
state: present state: present
filename: yarn filename: yarn
- name: install Yarn - name: install dependencies
apt: apt:
name: yarn name: "{{ item }}"
update_cache: yes update_cache: yes
with_items:
- npm
- yarn

Loading…
Cancel
Save