forked from ISTI-ansible-roles/ansible-roles
library/roles/mongodb-org-3, library/roles/mongodb-org-3.2: Fix a typo.
This commit is contained in:
parent
3dbc9326c7
commit
3c28bed9ec
|
@ -17,7 +17,7 @@ storage:
|
||||||
systemLog:
|
systemLog:
|
||||||
destination: {{ mongodb_systemlog_destination }}
|
destination: {{ mongodb_systemlog_destination }}
|
||||||
path: {{ mongodb_logpath }}
|
path: {{ mongodb_logpath }}
|
||||||
{% if mongodb_systemlog_external_logrotate %}
|
{% if not mongodb_systemlog_external_logrotate %}
|
||||||
logRotate: rename
|
logRotate: rename
|
||||||
logAppend: false
|
logAppend: false
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
|
@ -17,7 +17,7 @@ storage:
|
||||||
systemLog:
|
systemLog:
|
||||||
destination: {{ mongodb_systemlog_destination }}
|
destination: {{ mongodb_systemlog_destination }}
|
||||||
path: {{ mongodb_logpath }}
|
path: {{ mongodb_logpath }}
|
||||||
{% if mongodb_systemlog_external_logrotate %}
|
{% if not mongodb_systemlog_external_logrotate %}
|
||||||
logRotate: rename
|
logRotate: rename
|
||||||
logAppend: false
|
logAppend: false
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue