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

This commit is contained in:
Michael Grote 2024-10-29 15:12:08 +01:00
parent 1c24212114
commit b0b751c90e

View file

@ -5,7 +5,7 @@
echo "-----------------------"
echo "Source: {{ item.src }}"
rsync -e "ssh -i /etc/rsync_mirror/.ssh/id_rsync_mirror -o StrictHostKeyChecking=no" --dry-run --bwlimit={{ rsync_mirror_bw_limit }} --archive --verbose --human-readable --stats --compress --fuzzy --force --delete-after --recursive {{ item.src }} {{ item.dest }}
echo "-----------------------"
echo ""
{% endfor %}