mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-17 15:36:23 +00:00
Fixing pip install on amazonlinux task
This commit is contained in:
parent
1ce4f9af9a
commit
6b2e822a9f
@ -14,8 +14,8 @@
|
||||
- name: Install MongoDB package
|
||||
yum:
|
||||
name:
|
||||
- "{{ mongodb_package }}"
|
||||
- numactl
|
||||
- "{{ mongodb_package }}"
|
||||
- numactl
|
||||
state: present
|
||||
|
||||
- name: Install PyMongo package
|
||||
@ -27,9 +27,8 @@
|
||||
- name: Install PIP
|
||||
yum:
|
||||
name:
|
||||
- python-devel
|
||||
- python-pip
|
||||
with_items:
|
||||
- python-devel
|
||||
- python-pip
|
||||
when: mongodb_pymongo_from_pip
|
||||
|
||||
- name: Install PyMongo from PIP
|
||||
|
Loading…
x
Reference in New Issue
Block a user