mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-24 03:59:02 +00:00
6 lines
104 B
Django/Jinja
6 lines
104 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% for k, v in mongodb_conf.iteritems()|sort %}
|
|
{{ k }} = {{ v }}
|
|
{% endfor %}
|