dfg
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 2s
ansible-lint / Ansible Lint (pull_request) Successful in 24s

This commit is contained in:
Michael Grote 2024-10-31 11:09:27 +01:00
parent 3fb2b355a9
commit 74303cd041

View file

@ -14,8 +14,10 @@ if [[ "$(/usr/sbin/zfs get mounted -H {{ item.src | regex_replace('^/', '') }} |
{# "/" am Ende von Src+Dest ist Wichtig und notwendig, sonst wird in Unterordner kopiert #} {# "/" am Ende von Src+Dest ist Wichtig und notwendig, sonst wird in Unterordner kopiert #}
else else
echo "Destination-Dataset not mounted!" echo "Destination-Dataset not mounted!"
exit 1
fi fi
else else
echo "Source-Dataset not mounted!" echo "Source-Dataset not mounted!"
exit 1
fi fi
{% endfor %} {% endfor %}