mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-17 15:36:23 +00:00
Fix tests for Mongo 4.0
This commit is contained in:
parent
503ecf974e
commit
2fd8ce98e2
@ -1,6 +1,6 @@
|
||||
---
|
||||
mongodb_net_port: 30000
|
||||
mongodb_storage_journal_enabled: false
|
||||
mongodb_storage_journal_enabled: "{{ mongodb_major_version | version_compare('4.0', '>=') }}"
|
||||
mongodb_storage_smallfiles: true
|
||||
mongodb_storage_prealloc: false
|
||||
mongodb_replication_params:
|
||||
|
Loading…
x
Reference in New Issue
Block a user