forked from ISTI-ansible-roles/ansible-roles
library/roles/mongodb-org/tasks/mongodb.yml: Some cleanup.
This commit is contained in:
parent
2b451cdda2
commit
d8d226a5f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue