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