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:
|
||||
destination: {{ mongodb_systemlog_destination }}
|
||||
path: {{ mongodb_logpath }}
|
||||
{% if mongodb_systemlog_external_logrotate %}
|
||||
{% if not mongodb_systemlog_external_logrotate %}
|
||||
logRotate: rename
|
||||
logAppend: false
|
||||
{% else %}
|
||||
|
|
|
@ -17,7 +17,7 @@ storage:
|
|||
systemLog:
|
||||
destination: {{ mongodb_systemlog_destination }}
|
||||
path: {{ mongodb_logpath }}
|
||||
{% if mongodb_systemlog_external_logrotate %}
|
||||
{% if not mongodb_systemlog_external_logrotate %}
|
||||
logRotate: rename
|
||||
logAppend: false
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue