Merge pull request #25 from deimosfr/master

Ok, merged
This commit is contained in:
Sergei Antipov 2015-06-29 11:29:44 +05:00
commit 4a2199ae60
1 changed files with 4 additions and 1 deletions

View File

@ -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