openstack-ansible-os_cinder/templates/nfs_shares.j2

5 lines
107 B
Django/Jinja

# {{ ansible_managed }}
{% for share in item.value.shares %}
{{ share.ip }}:{{ share.share }}
{% endfor %}