Install ujson

This commit is contained in:
Jedrzej Nowak 2015-10-23 20:21:11 +02:00
parent 3fdea06486
commit c3e35ea40c

View File

@ -41,6 +41,9 @@
- shell: pip install httpie
- shell: pip install docker-py==1.1.0
# faster json
- shell: pip install ujson
# Redis
- shell: pip install redis
- lineinfile: dest=/etc/redis/redis.conf regexp='^bind ' line='bind 0.0.0.0'