8 lines
167 B
Text
8 lines
167 B
Text
|
{% if pbs_permissions is defined %}
|
||
|
{% for item in pbs_permissions %}
|
||
|
|
||
|
acl:1:/datastore/{{ item.datastore }}:{{ item.user }}:{{ item.role }}
|
||
|
|
||
|
{% endfor %}
|
||
|
{% endif %}
|