Skip to content

Commit 04ecae0

Browse files
committed
Adding numactl package
More and more physical servers are running on numa infrastructure. To get best performances, numactl is required.
1 parent 5dc2d56 commit 04ecae0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks/install.deb.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
when: '"mongodb-org" in mongodb_package'
2929

3030
- name: Install MongoDB package
31-
apt: pkg={{mongodb_package}} state=present
31+
apt: name={{item}} state=present
32+
with_items:
33+
- "{{mongodb_package}}"
34+
- numactl
3235

3336
- name: reload systemd
3437
shell: systemctl daemon-reload

0 commit comments

Comments
 (0)