install bower

This commit is contained in:
Marvin Steadfast 2015-08-25 08:48:47 +00:00
parent 2d92f76b1f
commit 42db8a01a9

View File

@ -18,6 +18,8 @@
- lftp
- pandoc
- nodejs
- nodejs-legacy
- npm
- mc
sudo: yes
@ -51,3 +53,10 @@
lineinfile:
dest=~/.zshrc
line="export PYTHONIOENCODING=UTF-8"
- name: install bower
npm:
name=bower
global=yes
state=present
sudo: yes