Skip to content

Commit 31f9f03

Browse files
author
Nautikos1235
committed
Add setuptools install
1 parent 73d8c97 commit 31f9f03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/install.debian.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@
8282
- python-pip
8383
when: mongodb_pymongo_from_pip | bool
8484

85+
- name: Install setuptools (required for ansible 2.7+)
86+
apt:
87+
pkg:
88+
- python-setuptools
89+
when: mongodb_pymongo_from_pip | bool
90+
8591
- name: Install PyMongo from PIP
8692
pip:
8793
name: pymongo

0 commit comments

Comments
 (0)