Skip to content

Commit 2fd8ce9

Browse files
committed
Fix tests for Mongo 4.0
1 parent 503ecf9 commit 2fd8ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/host_vars/mongo3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mongodb_net_port: 30000
3-
mongodb_storage_journal_enabled: false
3+
mongodb_storage_journal_enabled: "{{ mongodb_major_version | version_compare('4.0', '>=') }}"
44
mongodb_storage_smallfiles: true
55
mongodb_storage_prealloc: false
66
mongodb_replication_params:

0 commit comments

Comments
 (0)