forked from ISTI-ansible-roles/ansible-roles
fix mongodb-authentication_enabled variable name
This commit is contained in:
parent
3470e08eb6
commit
8982588b30
|
@ -44,7 +44,7 @@ net:
|
|||
#processManagement:
|
||||
|
||||
security:
|
||||
{% if mongodb_authorization_enabled %}
|
||||
{% if mongodb_authentication_enabled %}
|
||||
authorization: enabled
|
||||
{% endif %}
|
||||
{%if mongodb_cluster_enabled %}
|
||||
|
|
Loading…
Reference in New Issue