ansible-roles/roles/nfs_server/templates/exports.j2

4 lines
95 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
{% for export in nfs_exports %}
{{ export.path }} {{ export.access | join(' ') }}
{% endfor %}