Add setuptools install

This commit is contained in:
Nautikos1235 2019-09-27 16:47:58 +02:00
parent 73d8c977ba
commit 31f9f039ef

View File

@ -82,6 +82,12 @@
- python-pip
when: mongodb_pymongo_from_pip | bool
- name: Install setuptools (required for ansible 2.7+)
apt:
pkg:
- python-setuptools
when: mongodb_pymongo_from_pip | bool
- name: Install PyMongo from PIP
pip:
name: pymongo