library/roles/mongodb-org/tasks/mongodb.yml: Some cleanup.

This commit is contained in:
Andrea Dell'Amico 2016-03-24 19:35:34 +01:00
parent 2b451cdda2
commit d8d226a5f2
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
- name: Install the mongodb defaults file
template: src=mongod-default.j2 dest=/etc/default/mongod owner=root group=root mode=0444
when: mongodb_install_conf
notify: Restart mongodb
tags: mongodb
- name: Create the mongodb db directory