mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-11 22:14:15 +00:00
Add setuptools install
This commit is contained in:
parent
73d8c977ba
commit
31f9f039ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user