mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
5 lines
134 B
Django/Jinja
5 lines
134 B
Django/Jinja
# Managed by Ansible. Do not edit manually.
|
|
{% for export in atlas_nfs_exports %}
|
|
{{ export.path }} {{ export.clients }}
|
|
{% endfor %}
|