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 503ecf9 commit 2fd8ce9Copy full SHA for 2fd8ce9
tests/host_vars/mongo3.yml
@@ -1,6 +1,6 @@
1
---
2
mongodb_net_port: 30000
3
-mongodb_storage_journal_enabled: false
+mongodb_storage_journal_enabled: "{{ mongodb_major_version | version_compare('4.0', '>=') }}"
4
mongodb_storage_smallfiles: true
5
mongodb_storage_prealloc: false
6
mongodb_replication_params:
0 commit comments