This commit is contained in:
Robert Kaussow 2018-07-07 16:53:33 +02:00
parent 7ae91574ca
commit b9587b4762

View File

@ -27,7 +27,7 @@
group: "{{ mongodb_system_group }}"
notify: __mongod_restart
- name: Create db storage dir at '{{ mongodb_storage_dbpath }}'
- name: Create required directories
file:
path: "{{ item }}"
owner: "{{ mongodb_system_user }}"