Got rid of forgotten attempt at mapping hosts in evobackup-client

This commit is contained in:
Patrick Marchand 2019-09-03 12:13:05 -04:00
parent 71bf970811
commit f9b55c0c91

View file

@ -19,7 +19,7 @@
# email adress for notifications
MAIL={{ evobackup-client__mail }}
{{ evobackup-client__hosts | map
# list of hosts (hostname or IP) and SSH port for Rsync
SERVERS="{% for host in evobackup-client__hosts %}{{ host.name }}:{{ host.port }}{% if loop.index != loop.length %} {% endif %}{% endfor %}"