mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
![]() |
{% if item.protocols.rsync.enabled and item.protocols.rsync.users is defined and item.protocols.rsync.users.keys() | list | length > 0 %}
|
||
|
{% for user in item.protocols.rsync.users.keys() | list %}
|
||
|
{{ user }}:{{ item.protocols.rsync.users[user] }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|
||
|
|