diff --git a/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 b/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 index 55115d74..0f9976e0 100644 --- a/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 +++ b/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 @@ -16,7 +16,6 @@ if /usr/sbin/zfs get mounted -H {{ item.src }} ; then else echo "Source-Dataset not mounted!" fi -echo "" {% endfor %}