Merge pull request #183 from nautikos1235/add-setuptools-install

Add setuptools install
This commit is contained in:
Sergei Antipov 2019-09-28 07:17:25 -07:00 committed by GitHub
commit 8f5a9d4990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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