ff
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Failing after 33s

This commit is contained in:
Michael Grote 2024-10-29 15:30:04 +01:00
parent 4e7738b6e0
commit 4fd2f586eb

View file

@ -16,7 +16,6 @@ if /usr/sbin/zfs get mounted -H {{ item.src }} ; then
else else
echo "Source-Dataset not mounted!" echo "Source-Dataset not mounted!"
fi fi
echo ""
{% endfor %} {% endfor %}