We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e2a1f commit 348c874Copy full SHA for 348c874
tasks/install.deb.yml
@@ -31,8 +31,8 @@
31
- "{{mongodb_package}}"
32
- numactl
33
34
-- name: Ensure /data directory
35
- file: path=/data/db state=directory owner=mongodb recurse=yes
+- name: Ensure dbpath directory
+ file: path={{mongodb_conf_dbpath}} state=directory owner=mongodb recurse=yes
36
37
- name: reload systemd
38
shell: systemctl daemon-reload
0 commit comments