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.
2 parents c5e2a1f + 348c874 commit 5d1fb07Copy full SHA for 5d1fb07
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