add mapbox-cli

With a free API token you can do all kinds of cool stuff:
https://github.com/mapbox/mapbox-cli-py/#usage
This commit is contained in:
Pig Monkey 2016-02-26 17:44:11 -08:00
parent 78a51525af
commit 13e8222d8f
2 changed files with 10 additions and 0 deletions

View file

@ -2,3 +2,4 @@
dependencies:
- { role: base }
- { role: x }
- { role: virtualenv }

View file

@ -11,3 +11,12 @@
aur: name=opencpn-git user={{ user.name }}
tags:
- aur
- name: Install mapboxcli into virtualenv
pip: name=mapboxcli
virtualenv=/usr/local/env/mapbox
- name: Link mapboxcli to bin
file: src=/usr/local/env/mapbox/bin/mapbox
dest=/usr/local/bin/mapbox
state=link