Skip to content

Commit

Permalink
Merge pull request #25 from deimosfr/master
Browse files Browse the repository at this point in the history
Ok, merged
  • Loading branch information
UnderGreen committed Jun 29, 2015
2 parents 3aa9e72 + 04ecae0 commit 4a2199a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/install.deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
when: '"mongodb-org" in mongodb_package'

- name: Install MongoDB package
apt: pkg={{mongodb_package}} state=present
apt: name={{item}} state=present
with_items:
- "{{mongodb_package}}"
- numactl

- name: reload systemd
shell: systemctl daemon-reload
Expand Down

0 comments on commit 4a2199a

Please sign in to comment.