3966199e41
The variable was nfs_client but it needs to be cinder_nfs_client this commit renames that variable so that it'll function as expected. Change-Id: I09ab7eb2ed34237c41132596e998c7b24cd03f1f Closes-Bug: 1453271
6 lines
115 B
Django/Jinja
6 lines
115 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% for share in cinder_nfs_client.shares %}
|
|
{{ share.ip }}:{{ share.share }}
|
|
{% endfor %}
|