diff --git a/playbooks/roles/os_cinder/templates/nfs_shares.j2 b/playbooks/roles/os_cinder/templates/nfs_shares.j2 index 17fcf3b5b0..a421319b32 100644 --- a/playbooks/roles/os_cinder/templates/nfs_shares.j2 +++ b/playbooks/roles/os_cinder/templates/nfs_shares.j2 @@ -1,5 +1,5 @@ # {{ ansible_managed }} -{% for share in nfs_client.shares %} +{% for share in cinder_nfs_client.shares %} {{ share.ip }}:{{ share.share }} {% endfor %}