pip3 for python packages

This commit is contained in:
Marvin Steadfast 2016-07-29 12:20:42 +00:00
parent 2c28469822
commit a8e2be7b0d

View File

@ -40,6 +40,7 @@
- name: install pip packages
pip:
name={{ item }}
executable=pip3
with_items:
- beautifulsoup4
- cookiecutter==1.4.0