mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-23 03:29:55 +00:00
Removing deprecated loop for packages
This commit is contained in:
parent
d87f4f304c
commit
4ec3826b1d
@ -13,11 +13,11 @@
|
||||
|
||||
- name: Install MongoDB package
|
||||
yum:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
name:
|
||||
- "{{ mongodb_package }}"
|
||||
- numactl
|
||||
state: present
|
||||
with_items:
|
||||
|
||||
- name: Install PyMongo package
|
||||
yum:
|
||||
@ -27,10 +27,10 @@
|
||||
|
||||
- name: Install PIP
|
||||
yum:
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
name:
|
||||
- python-devel
|
||||
- python-pip
|
||||
with_items:
|
||||
when: mongodb_pymongo_from_pip
|
||||
|
||||
- name: Install PyMongo from PIP
|
||||
|
Loading…
x
Reference in New Issue
Block a user