Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: template
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Apr 23, 2024
1 parent 3790e17 commit bb6ff57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playbooks/roles/mongo_7_0/templates/mongod.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ storage:
dbPath: {{ mongo_dbpath }}
# Storage Engine
engine: {{ MONGO_STORAGE_ENGINE }}
{% endif %}
{% if MONGO_STORAGE_ENGINE_OPTIONS %}
{{ MONGO_STORAGE_ENGINE_OPTIONS | to_nice_yaml }}
{% endif %}
Expand Down

0 comments on commit bb6ff57

Please sign in to comment.